LoadBalancerBackendAddressAdminState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. LoadBalancerBackendAddressAdminState
- com.
- com.
public final class LoadBalancerBackendAddressAdminState
extends ExpandableStringEnum<LoadBalancerBackendAddressAdminState>
A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Load |
DOWN
Static value Down for Load |
static final
Load |
NONE
Static value None for Load |
static final
Load |
UP
Static value Up for Load |
Constructor Summary
Constructor | Description |
---|---|
LoadBalancerBackendAddressAdminState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Load |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Load |
fromString(String name)
Creates or finds a Load |
static
Collection<Load |
values()
Gets known Load |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOWN
public static final LoadBalancerBackendAddressAdminState DOWN
Static value Down for LoadBalancerBackendAddressAdminState.
NONE
public static final LoadBalancerBackendAddressAdminState NONE
Static value None for LoadBalancerBackendAddressAdminState.
UP
public static final LoadBalancerBackendAddressAdminState UP
Static value Up for LoadBalancerBackendAddressAdminState.
Constructor Details
LoadBalancerBackendAddressAdminState
@Deprecated
public LoadBalancerBackendAddressAdminState()
Deprecated
Creates a new instance of LoadBalancerBackendAddressAdminState value.
Method Details
fromString
public static LoadBalancerBackendAddressAdminState fromString(String name)
Creates or finds a LoadBalancerBackendAddressAdminState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known LoadBalancerBackendAddressAdminState values.
Returns:
Applies to
Azure SDK for Java