Share via


AliasPathTokenType Classe

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

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

Définit des valeurs pour AliasPathTokenType.

Récapitulatif du champ

Modificateur et type Champ et description
static final AliasPathTokenType ANY

Valeur statique Any pour le type de jetonde chemin d’accèsd’alias.

static final AliasPathTokenType ARRAY

Valeur statique Tableau pour le type de jetonde chemin d’accèsd’alias.

static final AliasPathTokenType BOOLEAN

Valeur statique Boolean pour le type de jetonde chemin d’accèsd’alias.

static final AliasPathTokenType INTEGER

Valeur statique Entier pour le type de jetonde chemin d’accèsd’alias.

static final AliasPathTokenType NOT_SPECIFIED

Valeur statique Nonspécifiée pour le type de jetonde chemin d’accèsd’alias.

static final AliasPathTokenType NUMBER

Valeur statique Number pour le type de jetonde chemin d’accèsd’alias.

static final AliasPathTokenType OBJECT

Valeur statique Object for AliasPathTokenType.

static final AliasPathTokenType STRING

Valeur statique String for AliasPathTokenType.

Récapitulatif du constructeur

Constructeur Description
AliasPathTokenType()

Résumé de la méthode

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

Crée ou recherche un type de jetonde chemind’aliasà partir de sa représentation sous forme de chaîne.

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

ANY

public static final AliasPathTokenType ANY

Valeur statique Any pour AliasPathTokenType.

ARRAY

public static final AliasPathTokenType ARRAY

Valeur statique Array pour AliasPathTokenType.

BOOLEAN

public static final AliasPathTokenType BOOLEAN

Valeur statique Boolean pour AliasPathTokenType.

INTEGER

public static final AliasPathTokenType INTEGER

Valeur statique Integer pour AliasPathTokenType.

NOT_SPECIFIED

public static final AliasPathTokenType NOT_SPECIFIED

Valeur statique NotSpecified pour AliasPathTokenType.

NUMBER

public static final AliasPathTokenType NUMBER

Valeur statique Number pour AliasPathTokenType.

OBJECT

public static final AliasPathTokenType OBJECT

Valeur statique Object pour AliasPathTokenType.

STRING

public static final AliasPathTokenType STRING

Valeur statique String pour AliasPathTokenType.

Détails du constructeur

AliasPathTokenType

public AliasPathTokenType()

Détails de la méthode

fromString

public static AliasPathTokenType fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

AliasPathTokenType correspondant

values

public static Collection values()

Returns:

valeurs AliasPathTokenType connues

S’applique à