Uses of Class
com.azure.resourcemanager.appcontainers.models.ReplicaContainer
Packages that use ReplicaContainer
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ReplicaContainer in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type ReplicaContainerModifier and TypeMethodDescriptionReplicaInner.containers()
Get the containers property: The containers collection under a replica.ReplicaProperties.containers()
Get the containers property: The containers collection under a replica.ReplicaInner.initContainers()
Get the initContainers property: The init containers collection under a replica.ReplicaProperties.initContainers()
Get the initContainers property: The init containers collection under a replica.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ReplicaContainerModifier and TypeMethodDescriptionReplicaInner.withContainers
(List<ReplicaContainer> containers) Set the containers property: The containers collection under a replica.ReplicaProperties.withContainers
(List<ReplicaContainer> containers) Set the containers property: The containers collection under a replica.ReplicaInner.withInitContainers
(List<ReplicaContainer> initContainers) Set the initContainers property: The init containers collection under a replica.ReplicaProperties.withInitContainers
(List<ReplicaContainer> initContainers) Set the initContainers property: The init containers collection under a replica. -
Uses of ReplicaContainer in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ReplicaContainerModifier and TypeMethodDescriptionstatic ReplicaContainer
ReplicaContainer.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicaContainer from the JsonReader.ReplicaContainer.withContainerId
(String containerId) Set the containerId property: The Id of the Container.Set the name property: The Name of the Container.Set the ready property: The container ready status.ReplicaContainer.withRestartCount
(Integer restartCount) Set the restartCount property: The container restart count.ReplicaContainer.withStarted
(Boolean started) Set the started property: The container start status.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ReplicaContainerModifier and TypeMethodDescriptionReplica.containers()
Gets the containers property: The containers collection under a replica.Replica.initContainers()
Gets the initContainers property: The init containers collection under a replica.