Share via


ApplicationGatewaySslProtocol Classe

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

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

Définit des valeurs pour ApplicationGatewaySslProtocol.

Récapitulatif du champ

Modificateur et type Champ et description
static final ApplicationGatewaySslProtocol TLSV1_0

Valeur statique TLSv1_0 pour le protocole SSLApplicationGateway.

static final ApplicationGatewaySslProtocol TLSV1_1

Valeur statique TLSv1_1 pour le protocole SslApplicationGateway.

static final ApplicationGatewaySslProtocol TLSV1_2

Valeur statique TLSv1_2 pour le protocole SslApplicationGateway.

Récapitulatif du constructeur

Constructeur Description
ApplicationGatewaySslProtocol()

Résumé de la méthode

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

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

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

TLSV1_0

public static final ApplicationGatewaySslProtocol TLSV1_0

Valeur statique TLSv1_0 pour ApplicationGatewaySslProtocol.

TLSV1_1

public static final ApplicationGatewaySslProtocol TLSV1_1

Valeur statique TLSv1_1 pour ApplicationGatewaySslProtocol.

TLSV1_2

public static final ApplicationGatewaySslProtocol TLSV1_2

Valeur statique TLSv1_2 pour ApplicationGatewaySslProtocol.

Détails du constructeur

ApplicationGatewaySslProtocol

public ApplicationGatewaySslProtocol()

Détails de la méthode

fromString

public static ApplicationGatewaySslProtocol fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

ApplicationGatewaySslProtocol correspondant

values

public static Collection values()

Returns:

valeurs ApplicationGatewaySslProtocol connues

S’applique à