Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppRunningStatus
Packages that use ContainerAppRunningStatus
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ContainerAppRunningStatus in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ContainerAppRunningStatusModifier and TypeMethodDescriptionContainerAppInner.runningStatus()Get the runningStatus property: Running status of the Container App.ContainerAppProperties.runningStatus()Get the runningStatus property: Running status of the Container App. -
Uses of ContainerAppRunningStatus in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as ContainerAppRunningStatusModifier and TypeFieldDescriptionstatic final ContainerAppRunningStatusContainerAppRunningStatus.PROGRESSINGStatic value Progressing for ContainerAppRunningStatus.static final ContainerAppRunningStatusContainerAppRunningStatus.READYStatic value Ready for ContainerAppRunningStatus.static final ContainerAppRunningStatusContainerAppRunningStatus.RUNNINGStatic value Running for ContainerAppRunningStatus.static final ContainerAppRunningStatusContainerAppRunningStatus.STOPPEDStatic value Stopped for ContainerAppRunningStatus.static final ContainerAppRunningStatusContainerAppRunningStatus.SUSPENDEDStatic value Suspended for ContainerAppRunningStatus.Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppRunningStatusModifier and TypeMethodDescriptionstatic ContainerAppRunningStatusContainerAppRunningStatus.fromString(String name) Creates or finds a ContainerAppRunningStatus from its string representation.ContainerApp.runningStatus()Gets the runningStatus property: Running status of the Container App.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppRunningStatusModifier and TypeMethodDescriptionstatic Collection<ContainerAppRunningStatus> ContainerAppRunningStatus.values()Gets known ContainerAppRunningStatus values.