Uses of Class
com.azure.resourcemanager.appservice.models.RevisionHealthState
-
Packages that use RevisionHealthState Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 RevisionHealthState Modifier and Type Method Description RevisionHealthStateRevisionInner. healthState()Get the healthState property: Current health State of the revision.RevisionHealthStateRevisionProperties. 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 RevisionHealthState Modifier and Type Field Description static RevisionHealthStateRevisionHealthState. HEALTHYStatic value Healthy for RevisionHealthState.static RevisionHealthStateRevisionHealthState. NONEStatic value None for RevisionHealthState.static RevisionHealthStateRevisionHealthState. UNHEALTHYStatic value Unhealthy for RevisionHealthState.Methods in com.azure.resourcemanager.appservice.models that return RevisionHealthState Modifier and Type Method Description static 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 RevisionHealthState Modifier and Type Method Description static Collection<RevisionHealthState>RevisionHealthState. values()
-