Class CustomDomainResourceState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<CustomDomainResourceState>
com.microsoft.azure.management.cdn.CustomDomainResourceState
public final class CustomDomainResourceState
extends com.microsoft.rest.ExpandableStringEnum<CustomDomainResourceState>
Defines values for CustomDomainResourceState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CustomDomainResourceState
Static value Active for CustomDomainResourceState.static final CustomDomainResourceState
Static value Creating for CustomDomainResourceState.static final CustomDomainResourceState
Static value Deleting for CustomDomainResourceState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomDomainResourceState
fromString
(String name) Creates or finds a CustomDomainResourceState from its string representation.static Collection<CustomDomainResourceState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CREATING
Static value Creating for CustomDomainResourceState. -
ACTIVE
Static value Active for CustomDomainResourceState. -
DELETING
Static value Deleting for CustomDomainResourceState.
-
-
Constructor Details
-
CustomDomainResourceState
public CustomDomainResourceState()
-
-
Method Details
-
fromString
Creates or finds a CustomDomainResourceState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding CustomDomainResourceState
-
values
- Returns:
- known CustomDomainResourceState values
-