Class BackendEnabledState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackendEnabledState>
com.azure.resourcemanager.frontdoor.models.BackendEnabledState
public final class BackendEnabledState
extends com.azure.core.util.ExpandableStringEnum<BackendEnabledState>
Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BackendEnabledStateStatic value Disabled for BackendEnabledState.static final BackendEnabledStateStatic value Enabled for BackendEnabledState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BackendEnabledStatefromString(String name) Creates or finds a BackendEnabledState from its string representation.static Collection<BackendEnabledState>values()Gets known BackendEnabledState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for BackendEnabledState. -
DISABLED
Static value Disabled for BackendEnabledState.
-
-
Constructor Details
-
BackendEnabledState
Deprecated.Use thefromString(String)factory method.Creates a new instance of BackendEnabledState value.
-
-
Method Details
-
fromString
Creates or finds a BackendEnabledState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BackendEnabledState.
-
values
Gets known BackendEnabledState values.- Returns:
- known BackendEnabledState values.
-
fromString(String)factory method.