Uses of Class
com.azure.resourcemanager.appcontainers.models.ReplicaContainer
-
Packages that use ReplicaContainer Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 ReplicaContainer Modifier and Type Method Description List<ReplicaContainer>
ReplicaInner. containers()
Get the containers property: The containers collection under a replica.List<ReplicaContainer>
ReplicaProperties. containers()
Get the containers property: The containers collection under a replica.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ReplicaContainer Modifier and Type Method Description ReplicaInner
ReplicaInner. withContainers(List<ReplicaContainer> containers)
Set the containers property: The containers collection under a replica.ReplicaProperties
ReplicaProperties. withContainers(List<ReplicaContainer> containers)
Set the containers property: The containers collection under a replica. -
Uses of ReplicaContainer in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ReplicaContainer Modifier and Type Method Description ReplicaContainer
ReplicaContainer. withContainerId(String containerId)
Set the containerId property: The Id of the Container.ReplicaContainer
ReplicaContainer. withName(String name)
Set the name property: The Name of the Container.ReplicaContainer
ReplicaContainer. withReady(Boolean ready)
Set the ready property: The container ready status.ReplicaContainer
ReplicaContainer. withRestartCount(Integer restartCount)
Set the restartCount property: The container restart count.ReplicaContainer
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 ReplicaContainer Modifier and Type Method Description List<ReplicaContainer>
Replica. containers()
Gets the containers property: The containers collection under a replica.
-