Partager via


RegionType Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.resources.RegionType

public final class RegionType
extends com.microsoft.rest.ExpandableStringEnum<RegionType>

Définit des valeurs pour RegionType.

Récapitulatif du champ

Modificateur et type Champ et description
static final RegionType LOGICAL

Valeur statique Logique pour le type de région.

static final RegionType PHYSICAL

Valeur statique Physique pour type de région.

Récapitulatif du constructeur

Constructeur Description
RegionType()

Résumé de la méthode

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

Crée ou recherche un type de régionà partir de sa représentation sous forme de chaîne.

static java.util.Collection<RegionType> values()

Méthodes héritées de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

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

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du champ

LOGICAL

public static final RegionType LOGICAL

Valeur statique Logique pour RegionType.

PHYSICAL

public static final RegionType PHYSICAL

Valeur statique Physique pour RegionType.

Détails du constructeur

RegionType

public RegionType()

Détails de la méthode

fromString

public static RegionType fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

RegionType correspondant

values

public static Collection values()

Returns:

valeurs RegionType connues

S’applique à