Class ReplicaInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appcontainers.fluent.models.ReplicaInner
-
public final class ReplicaInner extends com.azure.core.management.ProxyResource
Container App Revision Replica.
-
-
Constructor Summary
Constructors Constructor Description ReplicaInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReplicaContainer>
containers()
Get the containers property: The containers collection under a replica.OffsetDateTime
createdTime()
Get the createdTime property: Timestamp describing when the pod was created by controller.com.azure.core.management.SystemData
systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.ReplicaInner
withContainers(List<ReplicaContainer> containers)
Set the containers property: The containers collection under a replica.
-
-
-
Method Detail
-
systemData
public com.azure.core.management.SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
createdTime
public OffsetDateTime createdTime()
Get the createdTime property: Timestamp describing when the pod was created by controller.- Returns:
- the createdTime value.
-
containers
public List<ReplicaContainer> containers()
Get the containers property: The containers collection under a replica.- Returns:
- the containers value.
-
withContainers
public ReplicaInner withContainers(List<ReplicaContainer> containers)
Set the containers property: The containers collection under a replica.- Parameters:
containers
- the containers value to set.- Returns:
- the ReplicaInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-