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
Modifier and TypeFieldDescriptionstatic final BackendEnabledState
Static value Disabled for BackendEnabledState.static final BackendEnabledState
Static value Enabled for BackendEnabledState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BackendEnabledState
fromString
(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.