Uses of Class
com.azure.resourcemanager.appcontainers.models.RevisionHealthState
-
Packages that use RevisionHealthState 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 RevisionHealthState in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return RevisionHealthState Modifier and Type Method Description RevisionHealthState
RevisionInner. healthState()
Get the healthState property: Current health State of the revision.RevisionHealthState
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 RevisionHealthState Modifier and Type Field Description static RevisionHealthState
RevisionHealthState. HEALTHY
Static value Healthy for RevisionHealthState.static RevisionHealthState
RevisionHealthState. NONE
Static value None for RevisionHealthState.static RevisionHealthState
RevisionHealthState. UNHEALTHY
Static value Unhealthy for RevisionHealthState.Methods in com.azure.resourcemanager.appcontainers.models that return RevisionHealthState Modifier and Type Method Description static RevisionHealthState
RevisionHealthState. fromString(String name)
Creates or finds a RevisionHealthState from its string representation.RevisionHealthState
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 RevisionHealthState Modifier and Type Method Description static Collection<RevisionHealthState>
RevisionHealthState. values()
Gets known RevisionHealthState values.
-