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