CustomDomainResourceState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. CustomDomainResourceState
- com.
- com.
public final class CustomDomainResourceState
extends ExpandableStringEnum<CustomDomainResourceState>
Resource status of the custom domain.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Custom |
ACTIVE
Static value Active for Custom |
static final
Custom |
CREATING
Static value Creating for Custom |
static final
Custom |
DELETING
Static value Deleting for Custom |
Constructor Summary
Constructor | Description |
---|---|
CustomDomainResourceState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Custom |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Custom |
fromString(String name)
Creates or finds a Custom |
static
Collection<Custom |
values()
Gets known Custom |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final CustomDomainResourceState ACTIVE
Static value Active for CustomDomainResourceState.
CREATING
public static final CustomDomainResourceState CREATING
Static value Creating for CustomDomainResourceState.
DELETING
public static final CustomDomainResourceState DELETING
Static value Deleting for CustomDomainResourceState.
Constructor Details
CustomDomainResourceState
@Deprecated
public CustomDomainResourceState()
Deprecated
Creates a new instance of CustomDomainResourceState value.
Method Details
fromString
public static CustomDomainResourceState fromString(String name)
Creates or finds a CustomDomainResourceState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known CustomDomainResourceState values.
Returns:
Applies to
Azure SDK for Java