PostPlannedFailoverRedundancy Klasse
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. PostPlannedFailoverRedundancy
- com.
- com.
public final class PostPlannedFailoverRedundancy
extends ExpandableStringEnum<PostPlannedFailoverRedundancy>
Der Redundanztyp des Kontos, nachdem ein geplantes Kontofailover ausgeführt wurde.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
static final
Post |
STANDARD_GRS
Statischer Wert Standard_GRS für Post |
static final
Post |
STANDARD_GZRS
Statischer Wert Standard_GZRS für Post |
static final
Post |
STANDARD_RAGRS
Statischer Wert Standard_RAGRS für Post |
static final
Post |
STANDARD_RAGZRS
Statischer Wert Standard_RAGZRS für Post |
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung |
---|---|
PostPlannedFailoverRedundancy() |
Als veraltet markiert
Verwenden Sie die fromString(String name) Factory-Methode.
Erstellt eine neue instance des Werts Post |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
static
Post |
fromString(String name)
Erstellt oder findet eine Post |
static
Collection<Post |
values()
Ruft bekannte |
Geerbte Methoden von ExpandableStringEnum
Geerbte Methoden von java.lang.Object
Felddetails
STANDARD_GRS
public static final PostPlannedFailoverRedundancy STANDARD_GRS
Statischer Wert Standard_GRS für PostPlannedFailoverRedundancy.
STANDARD_GZRS
public static final PostPlannedFailoverRedundancy STANDARD_GZRS
Statischer Wert Standard_GZRS für PostPlannedFailoverRedundancy.
STANDARD_RAGRS
public static final PostPlannedFailoverRedundancy STANDARD_RAGRS
Statischer Wert Standard_RAGRS für PostPlannedFailoverRedundancy.
STANDARD_RAGZRS
public static final PostPlannedFailoverRedundancy STANDARD_RAGZRS
Statischer Wert Standard_RAGZRS für PostPlannedFailoverRedundancy.
Details zum Konstruktor
PostPlannedFailoverRedundancy
@Deprecated
public PostPlannedFailoverRedundancy()
Als veraltet markiert
Erstellt eine neue instance des PostPlannedFailoverRedundancy-Werts.
Details zur Methode
fromString
public static PostPlannedFailoverRedundancy fromString(String name)
Erstellt oder findet eine PostPlannedFailoverRedundancy aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Ruft bekannte PostPlannedFailoverRedundancy-Werte ab.
Returns:
Gilt für:
Azure SDK for Java