Partager via


VpnAuthenticationType Classe

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

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

Définit des valeurs pour VpnAuthenticationType.

Récapitulatif du champ

Modificateur et type Champ et description
static final VpnAuthenticationType AAD

Valeur statique AAD pour type d’authentificationVPN.

static final VpnAuthenticationType CERTIFICATE

Valeur statique Certificat pour le type d’authentificationVPN.

static final VpnAuthenticationType RADIUS

Valeur statique Radius pour type d’authentificationVPN.

Récapitulatif du constructeur

Constructeur Description
VpnAuthenticationType()

Résumé de la méthode

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

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

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

AAD

public static final VpnAuthenticationType AAD

Valeur statique AAD pour VpnAuthenticationType.

CERTIFICATE

public static final VpnAuthenticationType CERTIFICATE

Valeur statique Certificate for VpnAuthenticationType.

RADIUS

public static final VpnAuthenticationType RADIUS

Valeur statique Radius pour VpnAuthenticationType.

Détails du constructeur

VpnAuthenticationType

public VpnAuthenticationType()

Détails de la méthode

fromString

public static VpnAuthenticationType fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

VpnAuthenticationType correspondant

values

public static Collection values()

Returns:

valeurs VpnAuthenticationType connues

S’applique à