Class CustomDomainResourceState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CustomDomainResourceState>
com.azure.resourcemanager.cdn.models.CustomDomainResourceState
public final class CustomDomainResourceState
extends com.azure.core.util.ExpandableStringEnum<CustomDomainResourceState>
Resource status of the custom domain.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomDomainResourceStateStatic value Active for CustomDomainResourceState.static final CustomDomainResourceStateStatic value Creating for CustomDomainResourceState.static final CustomDomainResourceStateStatic value Deleting for CustomDomainResourceState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomDomainResourceStatefromString(String name) Creates or finds a CustomDomainResourceState from its string representation.static Collection<CustomDomainResourceState>values()Gets known CustomDomainResourceState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CREATING
Static value Creating for CustomDomainResourceState. -
ACTIVE
Static value Active for CustomDomainResourceState. -
DELETING
Static value Deleting for CustomDomainResourceState.
-
-
Constructor Details
-
CustomDomainResourceState
Deprecated.Use thefromString(String)factory method.Creates a new instance of CustomDomainResourceState value.
-
-
Method Details
-
fromString
Creates or finds a CustomDomainResourceState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CustomDomainResourceState.
-
values
Gets known CustomDomainResourceState values.- Returns:
- known CustomDomainResourceState values.
-
fromString(String)factory method.