Class ApplicationGatewayBackendHealthStatus
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<ApplicationGatewayBackendHealthStatus>
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus
@Beta(V1_4_0)
public class ApplicationGatewayBackendHealthStatus
extends ExpandableStringEnum<ApplicationGatewayBackendHealthStatus>
Application gateway backend health status.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ApplicationGatewayBackendHealthStatus
The server is down.static final ApplicationGatewayBackendHealthStatus
The server is draining.static final ApplicationGatewayBackendHealthStatus
Partial health status.static final ApplicationGatewayBackendHealthStatus
The server is unhealthy.static final ApplicationGatewayBackendHealthStatus
Unknown health status.static final ApplicationGatewayBackendHealthStatus
The server is up. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Finds or creates a backend health status based on the specified name.values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
UNKNOWN
Unknown health status. -
UP
The server is up. -
DOWN
The server is down. -
PARTIAL
Partial health status. -
DRAINING
The server is draining. -
UNHEALTHY
The server is unhealthy.
-
-
Constructor Details
-
ApplicationGatewayBackendHealthStatus
public ApplicationGatewayBackendHealthStatus()
-
-
Method Details
-
fromString
Finds or creates a backend health status based on the specified name.- Parameters:
name
- a name- Returns:
- an instance of ApplicationGatewayBackendHealthStatus
-
values
- Returns:
- known application gateway backend health statuses
-