Share via


ForwardingProtocol Clase

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.ForwardingProtocol

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

Define valores para ForwardingProtocol.

Resumen del campo

Modificador y tipo Campo y descripción
static final ForwardingProtocol HTTPS_ONLY

Valor estático Solo httpspara el protocolo de reenvío.

static final ForwardingProtocol HTTP_ONLY

Valor estático Solo Httppara el protocolo de reenvío.

static final ForwardingProtocol MATCH_REQUEST

Valor estático: Solicitud de coincidenciapara el protocolo de reenvío.

Resumen del constructor

Constructor Description
ForwardingProtocol()

Resumen del método

Modificador y tipo Método y descripción
static ForwardingProtocol fromString(String name)

Crea o busca un protocolo de reenvíoa partir de su representación de cadena.

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

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

Detalles del campo

HTTPS_ONLY

public static final ForwardingProtocol HTTPS_ONLY

Valor estático HttpsOnly para ForwardingProtocol.

HTTP_ONLY

public static final ForwardingProtocol HTTP_ONLY

Valor estático HttpOnly para ForwardingProtocol.

MATCH_REQUEST

public static final ForwardingProtocol MATCH_REQUEST

Valor estático MatchRequest para ForwardingProtocol.

Detalles del constructor

ForwardingProtocol

public ForwardingProtocol()

Detalles del método

fromString

public static ForwardingProtocol fromString(String name)

Crea o busca un forwardingProtocol a partir de su representación de cadena.

Parameters:

name - un nombre que se va a buscar

Returns:

el reenvíoProtocol correspondiente

values

public static Collection values()

Returns:

Valores conocidos de ForwardingProtocol

Se aplica a