Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppReplicaRunningState
Packages that use ContainerAppReplicaRunningState
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ContainerAppReplicaRunningState in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ContainerAppReplicaRunningStateModifier and TypeMethodDescriptionReplicaInner.runningState()
Get the runningState property: Current running state of the replica.ReplicaProperties.runningState()
Get the runningState property: Current running state of the replica. -
Uses of ContainerAppReplicaRunningState in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as ContainerAppReplicaRunningStateModifier and TypeFieldDescriptionstatic final ContainerAppReplicaRunningState
ContainerAppReplicaRunningState.NOT_RUNNING
Static value NotRunning for ContainerAppReplicaRunningState.static final ContainerAppReplicaRunningState
ContainerAppReplicaRunningState.RUNNING
Static value Running for ContainerAppReplicaRunningState.static final ContainerAppReplicaRunningState
ContainerAppReplicaRunningState.UNKNOWN
Static value Unknown for ContainerAppReplicaRunningState.Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppReplicaRunningStateModifier and TypeMethodDescriptionContainerAppReplicaRunningState.fromString
(String name) Creates or finds a ContainerAppReplicaRunningState from its string representation.Replica.runningState()
Gets the runningState property: Current running state of the replica.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppReplicaRunningStateModifier and TypeMethodDescriptionContainerAppReplicaRunningState.values()
Gets known ContainerAppReplicaRunningState values.