Class ReplicaInner


  • public final class ReplicaInner
    extends com.azure.core.management.ProxyResource
    Container App Revision Replica.
    • Constructor Detail

      • ReplicaInner

        public ReplicaInner()
    • 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.