ProfileResourceState Klasse
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. ProfileResourceState
- com.
- com.
public final class ProfileResourceState
extends ExpandableStringEnum<ProfileResourceState>
Ressourcen status des Profils.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
static final
Profile |
ABORTING_MIGRATION
Statischer Wert Abbruch der |
static final
Profile |
ACTIVE
Statischer Wert Aktiv für den Profilressourcenstatus |
static final
Profile |
COMMITTING_MIGRATION
Statischer Wert Commit |
static final
Profile |
CREATING
Statischer Wert Erstellen für den Profilressourcenstatus |
static final
Profile |
DELETING
Statischer Wert Wird für den Profilressourcenstatus |
static final
Profile |
DISABLED
Statischer Wert Deaktiviert für den Profilressourcenstatus |
static final
Profile |
MIGRATED
Statischer Wert für den Status der Profilressource |
static final
Profile |
MIGRATING
Statischer Wert Migrieren für den Profilressourcenstatus |
static final
Profile |
PENDING_MIGRATION_COMMIT
Statischer Wert Ausstehender |
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung |
---|---|
ProfileResourceState() |
Als veraltet markiert
Verwenden Sie die fromString(String name) Factory-Methode.
Erstellt eine neue instance des Profilressourcenstatuswerts |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
static
Profile |
fromString(String name)
Erstellt oder sucht einen Profilressourcenstatus |
static
Collection<Profile |
values()
Ruft bekannte Werte für den Profilressourcenstatus |
Geerbte Methoden von ExpandableStringEnum
Geerbte Methoden von java.lang.Object
Felddetails
ABORTING_MIGRATION
public static final ProfileResourceState ABORTING_MIGRATION
Statischer Wert AbortingMigration für ProfileResourceState.
ACTIVE
public static final ProfileResourceState ACTIVE
Statischer Wert Active für ProfileResourceState.
COMMITTING_MIGRATION
public static final ProfileResourceState COMMITTING_MIGRATION
Statischer Wert CommitMigration für ProfileResourceState.
CREATING
public static final ProfileResourceState CREATING
Statischer Wert Creating for ProfileResourceState.
DELETING
public static final ProfileResourceState DELETING
Statischer Wert Wird für ProfileResourceState gelöscht.
DISABLED
public static final ProfileResourceState DISABLED
Statischer Wert Deaktiviert für ProfileResourceState.
MIGRATED
public static final ProfileResourceState MIGRATED
Statischer Wert Migriert für ProfileResourceState.
MIGRATING
public static final ProfileResourceState MIGRATING
Statischer Wert Migrieren für ProfileResourceState.
PENDING_MIGRATION_COMMIT
public static final ProfileResourceState PENDING_MIGRATION_COMMIT
Statischer Wert PendingMigrationCommit für ProfileResourceState.
Details zum Konstruktor
ProfileResourceState
@Deprecated
public ProfileResourceState()
Als veraltet markiert
Erstellt eine neue instance des ProfileResourceState-Werts.
Details zur Methode
fromString
public static ProfileResourceState fromString(String name)
Erstellt oder sucht ein ProfileResourceState aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Ruft bekannte ProfileResourceState-Werte ab.
Returns:
Gilt für:
Azure SDK for Java