Compartilhar 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>

Define valores para ApplicationGatewaySslProtocol.

Resumo do campo

Modificador e tipo Campo e descrição
static final ApplicationGatewaySslProtocol TLSV1_0

O valor estático TLSv1_0 para o Protocolo SSLdo Gatewayde Aplicativo.

static final ApplicationGatewaySslProtocol TLSV1_1

O valor estático TLSv1_1 para o Protocolo SSLdo Gatewayde Aplicativo.

static final ApplicationGatewaySslProtocol TLSV1_2

O valor estático TLSv1_2 para o Protocolo SSLdo Gatewayde Aplicativo.

Resumo do Construtor

Construtor Description
ApplicationGatewaySslProtocol()

Resumo do método

Modificador e tipo Método e descrição
static ApplicationGatewaySslProtocol fromString(String name)

Cria ou localiza um Protocolo SSLdo Gatewayde Aplicativode sua representação de cadeia de caracteres.

static java.util.Collection<ApplicationGatewaySslProtocol> values()

Métodos herdados 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étodos herdados 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

Detalhes do campo

TLSV1_0

public static final ApplicationGatewaySslProtocol TLSV1_0

O valor estático TLSv1_0 para ApplicationGatewaySslProtocol.

TLSV1_1

public static final ApplicationGatewaySslProtocol TLSV1_1

Valor estático TLSv1_1 para ApplicationGatewaySslProtocol.

TLSV1_2

public static final ApplicationGatewaySslProtocol TLSV1_2

Valor estático TLSv1_2 para ApplicationGatewaySslProtocol.

Detalhes do construtor

ApplicationGatewaySslProtocol

public ApplicationGatewaySslProtocol()

Detalhes do método

fromString

public static ApplicationGatewaySslProtocol fromString(String name)

Cria ou localiza um ApplicationGatewaySslProtocol de sua representação de cadeia de caracteres.

Parameters:

name - um nome para procurar

Returns:

o ApplicationGatewaySslProtocol correspondente

values

public static Collection values()

Returns:

valores conhecidos de ApplicationGatewaySslProtocol

Aplica-se a