ProfileResourceState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. ProfileResourceState
- com.
- com.
public final class ProfileResourceState
extends ExpandableStringEnum<ProfileResourceState>
Resource status of the profile.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Profile |
ABORTING_MIGRATION
Static value Aborting |
static final
Profile |
ACTIVE
Static value Active for Profile |
static final
Profile |
COMMITTING_MIGRATION
Static value Committing |
static final
Profile |
CREATING
Static value Creating for Profile |
static final
Profile |
DELETING
Static value Deleting for Profile |
static final
Profile |
DISABLED
Static value Disabled for Profile |
static final
Profile |
MIGRATED
Static value Migrated for Profile |
static final
Profile |
MIGRATING
Static value Migrating for Profile |
static final
Profile |
PENDING_MIGRATION_COMMIT
Static value Pending |
Constructor Summary
Constructor | Description |
---|---|
ProfileResourceState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Profile |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Profile |
fromString(String name)
Creates or finds a Profile |
static
Collection<Profile |
values()
Gets known Profile |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ABORTING_MIGRATION
public static final ProfileResourceState ABORTING_MIGRATION
Static value AbortingMigration for ProfileResourceState.
ACTIVE
public static final ProfileResourceState ACTIVE
Static value Active for ProfileResourceState.
COMMITTING_MIGRATION
public static final ProfileResourceState COMMITTING_MIGRATION
Static value CommittingMigration for ProfileResourceState.
CREATING
public static final ProfileResourceState CREATING
Static value Creating for ProfileResourceState.
DELETING
public static final ProfileResourceState DELETING
Static value Deleting for ProfileResourceState.
DISABLED
public static final ProfileResourceState DISABLED
Static value Disabled for ProfileResourceState.
MIGRATED
public static final ProfileResourceState MIGRATED
Static value Migrated for ProfileResourceState.
MIGRATING
public static final ProfileResourceState MIGRATING
Static value Migrating for ProfileResourceState.
PENDING_MIGRATION_COMMIT
public static final ProfileResourceState PENDING_MIGRATION_COMMIT
Static value PendingMigrationCommit for ProfileResourceState.
Constructor Details
ProfileResourceState
@Deprecated
public ProfileResourceState()
Deprecated
Creates a new instance of ProfileResourceState value.
Method Details
fromString
public static ProfileResourceState fromString(String name)
Creates or finds a ProfileResourceState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ProfileResourceState values.
Returns: