Partager via


AuthenticationMethod Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.AuthenticationMethod

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

Définit des valeurs pour AuthenticationMethod.

Récapitulatif du champ

Modificateur et type Champ et description
static final AuthenticationMethod EAPMSCHAPV2

Valeur statique EAPMSCHAPv2 pour la méthode d’authentification.

static final AuthenticationMethod EAPTLS

Valeur statique EAPTLS pour la méthode d’authentification.

Récapitulatif du constructeur

Constructeur Description
AuthenticationMethod()

Résumé de la méthode

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

Crée ou recherche une méthode d’authentificationà partir de sa représentation sous forme de chaîne.

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

EAPMSCHAPV2

public static final AuthenticationMethod EAPMSCHAPV2

Valeur statique EAPMSCHAPv2 pour AuthenticationMethod.

EAPTLS

public static final AuthenticationMethod EAPTLS

Valeur statique EAPTLS pour AuthenticationMethod.

Détails du constructeur

AuthenticationMethod

public AuthenticationMethod()

Détails de la méthode

fromString

public static AuthenticationMethod fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

AuthenticationMethod correspondant

values

public static Collection values()

Returns:

valeurs AuthenticationMethod connues

S’applique à