Share via


MatchProcessingBehavior Clase

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

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

Define valores para MatchProcessingBehavior.

Resumen del campo

Modificador y tipo Campo y descripción
static final MatchProcessingBehavior CONTINUE

Valor estático Continuar para el comportamiento de procesamiento de coincidencias.

static final MatchProcessingBehavior STOP

Valor estático Detener para el comportamiento de procesamiento de coincidencias.

Resumen del constructor

Constructor Description
MatchProcessingBehavior()

Resumen del método

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

Crea o busca un comportamiento de procesamientode coincidenciasa partir de su representación de cadena.

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

CONTINUE

public static final MatchProcessingBehavior CONTINUE

Valor estático Continuar para MatchProcessingBehavior.

STOP

public static final MatchProcessingBehavior STOP

Valor estático Detener para MatchProcessingBehavior.

Detalles del constructor

MatchProcessingBehavior

public MatchProcessingBehavior()

Detalles del método

fromString

public static MatchProcessingBehavior fromString(String name)

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

Parameters:

name - un nombre que se va a buscar

Returns:

matchProcessingBehavior correspondiente

values

public static Collection values()

Returns:

Valores conocidos de MatchProcessingBehavior

Se aplica a