Partager via


PostPlannedFailoverRedundancy Classe

public final class PostPlannedFailoverRedundancy
extends ExpandableStringEnum<PostPlannedFailoverRedundancy>

Type de redondance du compte après l’exécution d’un basculement de compte planifié.

Récapitulatif du champ

Modificateur et type Champ et description
static final PostPlannedFailoverRedundancy STANDARD_GRS

Valeur statique Standard_GRS pour la redondance post-basculementplanifiée.

static final PostPlannedFailoverRedundancy STANDARD_GZRS

Valeur statique Standard_GZRS pour la redondance post-basculementplanifié.

static final PostPlannedFailoverRedundancy STANDARD_RAGRS

Valeur statique Standard_RAGRS pour la redondance post-basculementplanifiée.

static final PostPlannedFailoverRedundancy STANDARD_RAGZRS

Valeur statique Standard_RAGZRS pour la redondance post-basculementplanifiée.

Récapitulatif du constructeur

Constructeur Description
PostPlannedFailoverRedundancy()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une instance de valeur de redondance post-basculementplanifié.

Résumé de la méthode

Modificateur et type Méthode et description
static PostPlannedFailoverRedundancy fromString(String name)

Crée ou recherche une redondance de basculementpost-planifiéà partir de sa représentation sous forme de chaîne.

static Collection<PostPlannedFailoverRedundancy> values()

Obtient les valeurs de redondance post-basculementplanifiéconnues.

Méthodes héritées de ExpandableStringEnum

Méthodes héritées de java.lang.Object

Détails du champ

STANDARD_GRS

public static final PostPlannedFailoverRedundancy STANDARD_GRS

Valeur statique Standard_GRS pour PostPlannedFailoverRedundancy.

STANDARD_GZRS

public static final PostPlannedFailoverRedundancy STANDARD_GZRS

Valeur statique Standard_GZRS pour PostPlannedFailoverRedundancy.

STANDARD_RAGRS

public static final PostPlannedFailoverRedundancy STANDARD_RAGRS

Valeur statique Standard_RAGRS pour PostPlannedFailoverRedundancy.

STANDARD_RAGZRS

public static final PostPlannedFailoverRedundancy STANDARD_RAGZRS

Valeur statique Standard_RAGZRS pour PostPlannedFailoverRedundancy.

Détails du constructeur

PostPlannedFailoverRedundancy

@Deprecated
public PostPlannedFailoverRedundancy()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une instance de la valeur PostPlannedFailoverRedundancy.

Détails de la méthode

fromString

public static PostPlannedFailoverRedundancy fromString(String name)

Crée ou recherche un PostPlannedFailoverRedundancy à partir de sa représentation de chaîne.

Parameters:

name - nom à rechercher.

Returns:

PostPlannedFailoverRedundancy correspondant.

values

public static Collection values()

Obtient les valeurs PostPlannedFailoverRedundancy connues.

Returns:

valeurs PostPlannedFailoverRedundancy connues.

S’applique à