Class ProfileResourceState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProfileResourceState>
com.azure.resourcemanager.cdn.models.ProfileResourceState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ProfileResourceState
extends com.azure.core.util.ExpandableStringEnum<ProfileResourceState>
Resource status of the profile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProfileResourceStateStatic value AbortingMigration for ProfileResourceState.static final ProfileResourceStateStatic value Active for ProfileResourceState.static final ProfileResourceStateStatic value CommittingMigration for ProfileResourceState.static final ProfileResourceStateStatic value Creating for ProfileResourceState.static final ProfileResourceStateStatic value Deleting for ProfileResourceState.static final ProfileResourceStateStatic value Disabled for ProfileResourceState.static final ProfileResourceStateStatic value Migrated for ProfileResourceState.static final ProfileResourceStateStatic value Migrating for ProfileResourceState.static final ProfileResourceStateStatic value PendingMigrationCommit for ProfileResourceState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileResourceStatefromString(String name) Creates or finds a ProfileResourceState from its string representation.static Collection<ProfileResourceState> values()Gets known ProfileResourceState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
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. -
MIGRATING
Static value Migrating for ProfileResourceState. -
MIGRATED
Static value Migrated for ProfileResourceState. -
PENDING_MIGRATION_COMMIT
Static value PendingMigrationCommit for ProfileResourceState. -
COMMITTING_MIGRATION
Static value CommittingMigration for ProfileResourceState. -
ABORTING_MIGRATION
Static value AbortingMigration for ProfileResourceState.
-
-
Constructor Details
-
ProfileResourceState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ProfileResourceState value.
-
-
Method Details
-
fromString
Creates or finds a ProfileResourceState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProfileResourceState.
-
values
Gets known ProfileResourceState values.- Returns:
- known ProfileResourceState values.
-
fromString(String)factory method.