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