Class FrontDoorResourceState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FrontDoorResourceState>
com.azure.resourcemanager.frontdoor.models.FrontDoorResourceState
public final class FrontDoorResourceState
extends com.azure.core.util.ExpandableStringEnum<FrontDoorResourceState>
Resource status of the Front Door or Front Door SubResource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FrontDoorResourceStateStatic value Creating for FrontDoorResourceState.static final FrontDoorResourceStateStatic value Deleting for FrontDoorResourceState.static final FrontDoorResourceStateStatic value Disabled for FrontDoorResourceState.static final FrontDoorResourceStateStatic value Disabling for FrontDoorResourceState.static final FrontDoorResourceStateStatic value Enabled for FrontDoorResourceState.static final FrontDoorResourceStateStatic value Enabling for FrontDoorResourceState.static final FrontDoorResourceStateStatic value Migrated for FrontDoorResourceState.static final FrontDoorResourceStateStatic value Migrating for FrontDoorResourceState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FrontDoorResourceStatefromString(String name) Creates or finds a FrontDoorResourceState from its string representation.static Collection<FrontDoorResourceState>values()Gets known FrontDoorResourceState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CREATING
Static value Creating for FrontDoorResourceState. -
ENABLING
Static value Enabling for FrontDoorResourceState. -
ENABLED
Static value Enabled for FrontDoorResourceState. -
DISABLING
Static value Disabling for FrontDoorResourceState. -
DISABLED
Static value Disabled for FrontDoorResourceState. -
DELETING
Static value Deleting for FrontDoorResourceState. -
MIGRATING
Static value Migrating for FrontDoorResourceState. -
MIGRATED
Static value Migrated for FrontDoorResourceState.
-
-
Constructor Details
-
FrontDoorResourceState
Deprecated.Use thefromString(String)factory method.Creates a new instance of FrontDoorResourceState value.
-
-
Method Details
-
fromString
Creates or finds a FrontDoorResourceState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FrontDoorResourceState.
-
values
Gets known FrontDoorResourceState values.- Returns:
- known FrontDoorResourceState values.
-
fromString(String)factory method.