Compartilhar via


ApplicationGatewayProtocol Classe

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

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

Define valores para ApplicationGatewayProtocol.

Resumo do campo

Modificador e tipo Campo e descrição
static final ApplicationGatewayProtocol HTTP

Valor estático Http para o Protocolo de Gatewayde Aplicativo.

static final ApplicationGatewayProtocol HTTPS

Valor estático Https para o Protocolo de Gatewayde Aplicativo.

Resumo do Construtor

Construtor Description
ApplicationGatewayProtocol()

Resumo do método

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

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

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

HTTP

public static final ApplicationGatewayProtocol HTTP

Valor estático Http para ApplicationGatewayProtocol.

HTTPS

public static final ApplicationGatewayProtocol HTTPS

Valor estático Https para ApplicationGatewayProtocol.

Detalhes do construtor

ApplicationGatewayProtocol

public ApplicationGatewayProtocol()

Detalhes do método

fromString

public static ApplicationGatewayProtocol fromString(String name)

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

Parameters:

name - um nome para procurar

Returns:

o ApplicationGatewayProtocol correspondente

values

public static Collection values()

Returns:

valores conhecidos de ApplicationGatewayProtocol

Aplica-se a