Share via


AliasPathAttributes Classe

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

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

Définit des valeurs pour AliasPathAttributes.

Récapitulatif du champ

Modificateur et type Champ et description
static final AliasPathAttributes MODIFIABLE

Valeur statique Modifiable pour les attributs dechemin d’alias.

static final AliasPathAttributes NONE

Valeur statique None pour les attributs dechemin d’alias.

Récapitulatif du constructeur

Constructeur Description
AliasPathAttributes()

Résumé de la méthode

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

Crée ou recherche des attributs de chemin d’aliasà partir de sa représentation sous forme de chaîne.

static java.util.Collection<AliasPathAttributes> 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

MODIFIABLE

public static final AliasPathAttributes MODIFIABLE

Valeur statique Modifiable pour AliasPathAttributes.

NONE

public static final AliasPathAttributes NONE

Valeur statique None pour AliasPathAttributes.

Détails du constructeur

AliasPathAttributes

public AliasPathAttributes()

Détails de la méthode

fromString

public static AliasPathAttributes fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

AliasPathAttributes correspondants

values

public static Collection values()

Returns:

valeurs AliasPathAttributes connues

S’applique à