Class ApplicationGatewayBackendHealthStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApplicationGatewayBackendHealthStatus>
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public class ApplicationGatewayBackendHealthStatus
extends com.azure.core.util.ExpandableStringEnum<ApplicationGatewayBackendHealthStatus>
Application gateway backend health status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ApplicationGatewayBackendHealthStatusThe server is down.static final ApplicationGatewayBackendHealthStatusThe server is draining.static final ApplicationGatewayBackendHealthStatusPartial health status.static final ApplicationGatewayBackendHealthStatusThe server is unhealthy.static final ApplicationGatewayBackendHealthStatusUnknown health status.static final ApplicationGatewayBackendHealthStatusThe server is up. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Finds or creates a backend health status based on the specified name.values()Gets known application gateway backend health statuses.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
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
Deprecated.Use thefromString(String)factory method.Creates a new instance of ApplicationGatewayBackendHealthStatus value.
-
-
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
Gets known application gateway backend health statuses.- Returns:
- known application gateway backend health statuses
-
fromString(String)factory method.