Uses of Class
com.azure.resourcemanager.appcontainers.models.RevisionHealthState
Packages that use RevisionHealthState
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of RevisionHealthState in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return RevisionHealthStateModifier and TypeMethodDescriptionRevisionInner.healthState()
Get the healthState property: Current health State of the revision.RevisionProperties.healthState()
Get the healthState property: Current health State of the revision. -
Uses of RevisionHealthState in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as RevisionHealthStateModifier and TypeFieldDescriptionstatic final RevisionHealthState
RevisionHealthState.HEALTHY
Static value Healthy for RevisionHealthState.static final RevisionHealthState
RevisionHealthState.NONE
Static value None for RevisionHealthState.static final RevisionHealthState
RevisionHealthState.UNHEALTHY
Static value Unhealthy for RevisionHealthState.Methods in com.azure.resourcemanager.appcontainers.models that return RevisionHealthStateModifier and TypeMethodDescriptionstatic RevisionHealthState
RevisionHealthState.fromString
(String name) Creates or finds a RevisionHealthState from its string representation.Revision.healthState()
Gets the healthState property: Current health State of the revision.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type RevisionHealthStateModifier and TypeMethodDescriptionstatic Collection
<RevisionHealthState> RevisionHealthState.values()
Gets known RevisionHealthState values.