Uses of Class
com.azure.resourcemanager.appservice.models.RevisionHealthState
Packages that use RevisionHealthState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RevisionHealthState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.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.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as RevisionHealthStateModifier and TypeFieldDescriptionstatic final RevisionHealthStateRevisionHealthState.HEALTHYStatic value Healthy for RevisionHealthState.static final RevisionHealthStateRevisionHealthState.NONEStatic value None for RevisionHealthState.static final RevisionHealthStateRevisionHealthState.UNHEALTHYStatic value Unhealthy for RevisionHealthState.Methods in com.azure.resourcemanager.appservice.models that return RevisionHealthStateModifier and TypeMethodDescriptionstatic RevisionHealthStateRevisionHealthState.fromString(String name) Creates or finds a RevisionHealthState from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RevisionHealthStateModifier and TypeMethodDescriptionstatic Collection<RevisionHealthState> RevisionHealthState.values()Gets known RevisionHealthState values.