Class ApplicationGatewayBackendHealthServerHealth
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServerHealth
public final class ApplicationGatewayBackendHealthServerHealth
extends com.microsoft.rest.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
Defines values for ApplicationGatewayBackendHealthServerHealth.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ApplicationGatewayBackendHealthServerHealth
Static value Down for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
Static value Draining for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
Static value Partial for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
Static value Unknown for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
Static value Up for ApplicationGatewayBackendHealthServerHealth. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth. -
UP
Static value Up for ApplicationGatewayBackendHealthServerHealth. -
DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth. -
PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth. -
DRAINING
Static value Draining for ApplicationGatewayBackendHealthServerHealth.
-
-
Constructor Details
-
ApplicationGatewayBackendHealthServerHealth
public ApplicationGatewayBackendHealthServerHealth()
-
-
Method Details
-
fromString
Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ApplicationGatewayBackendHealthServerHealth
-
values
- Returns:
- known ApplicationGatewayBackendHealthServerHealth values
-