BackendEnabledState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. frontdoor. models. BackendEnabledState
- com.
- com.
public final class BackendEnabledState
extends ExpandableStringEnum<BackendEnabledState>
Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled'.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Backend |
DISABLED
Static value Disabled for Backend |
static final
Backend |
ENABLED
Static value Enabled for Backend |
Constructor Summary
Constructor | Description |
---|---|
BackendEnabledState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Backend |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Backend |
fromString(String name)
Creates or finds a Backend |
static
Collection<Backend |
values()
Gets known Backend |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final BackendEnabledState DISABLED
Static value Disabled for BackendEnabledState.
ENABLED
public static final BackendEnabledState ENABLED
Static value Enabled for BackendEnabledState.
Constructor Details
BackendEnabledState
@Deprecated
public BackendEnabledState()
Deprecated
Creates a new instance of BackendEnabledState value.
Method Details
fromString
public static BackendEnabledState fromString(String name)
Creates or finds a BackendEnabledState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known BackendEnabledState values.
Returns:
Applies to
Azure SDK for Java