AdminState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. AdminState
- com.
- com.
public final class AdminState
extends ExpandableStringEnum<AdminState>
Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Admin |
DISABLED
Static value Disabled for Admin |
static final
Admin |
ENABLED
Static value Enabled for Admin |
Constructor Summary
Constructor | Description |
---|---|
AdminState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Admin |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Admin |
fromString(String name)
Creates or finds a Admin |
static
Collection<Admin |
values()
Gets known Admin |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final AdminState DISABLED
Static value Disabled for AdminState.
ENABLED
public static final AdminState ENABLED
Static value Enabled for AdminState.
Constructor Details
AdminState
@Deprecated
public AdminState()
Deprecated
Creates a new instance of AdminState value.
Method Details
fromString
public static AdminState fromString(String name)
Creates or finds a AdminState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AdminState values.
Returns:
Applies to
Azure SDK for Java