Freigeben über


PostPlannedFailoverRedundancy Klasse

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 PostPlannedFailoverRedundancy STANDARD_GRS

Statischer Wert Standard_GRS für PostPlannedFailoverRedundanz.

static final PostPlannedFailoverRedundancy STANDARD_GZRS

Statischer Wert Standard_GZRS für PostPlannedFailoverRedundanz.

static final PostPlannedFailoverRedundancy STANDARD_RAGRS

Statischer Wert Standard_RAGRS für PostPlannedFailoverRedundanz.

static final PostPlannedFailoverRedundancy STANDARD_RAGZRS

Statischer Wert Standard_RAGZRS für PostPlannedFailoverRedundanz.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
PostPlannedFailoverRedundancy()

Als veraltet markiert

Verwenden Sie die fromString(String name) Factory-Methode.

Erstellt eine neue instance des Werts PostPlannedFailoverRedundancy.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static PostPlannedFailoverRedundancy fromString(String name)

Erstellt oder findet eine PostPlannedFailoverRedundancy aus seiner Zeichenfolgendarstellung.

static Collection<PostPlannedFailoverRedundancy> values()

Ruft bekanntePost PlannedFailoverRedundanzwerte ab.

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

Verwenden Sie die fromString(String name) Factory-Methode.

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:

name - einen Namen, nach dem gesucht werden soll.

Returns:

die entsprechende PostPlannedFailoverRedundancy.

values

public static Collection values()

Ruft bekannte PostPlannedFailoverRedundancy-Werte ab.

Returns:

bekannte PostPlannedFailoverRedundancy-Werte.

Gilt für: