Share via


LogMetric Clase

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

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

Define los valores de LogMetric.

Resumen del campo

Modificador y tipo Campo y descripción
static final LogMetric CLIENT_REQUEST_BANDWIDTH

Ancho de banda de solicitud de clientede valor estático para la métrica de registro.

static final LogMetric CLIENT_REQUEST_COUNT

Recuento de solicitudes de clientede valor estático para métrica de registro.

static final LogMetric CLIENT_REQUEST_TRAFFIC

Cliente de valorestático Solicitartráfico para métrica de registro.

static final LogMetric ORIGIN_REQUEST_BANDWIDTH

Origen de valorestático Ancho de banda de solicitudpara métrica de registro.

static final LogMetric ORIGIN_REQUEST_TRAFFIC

Origenestático de la solicitudde tráfico de solicitud para la métrica de registro.

static final LogMetric TOTAL_LATENCY

Latencia totalde valor estático para la métrica de registro.

Resumen del constructor

Constructor Description
LogMetric()

Resumen del método

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

Crea o busca una métrica de registroa partir de su representación de cadena.

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

CLIENT_REQUEST_BANDWIDTH

public static final LogMetric CLIENT_REQUEST_BANDWIDTH

Valor estático clientRequestBandwidth para LogMetric.

CLIENT_REQUEST_COUNT

public static final LogMetric CLIENT_REQUEST_COUNT

Valor estático clientRequestCount para LogMetric.

CLIENT_REQUEST_TRAFFIC

public static final LogMetric CLIENT_REQUEST_TRAFFIC

ClientRequestTraffic de valor estático para LogMetric.

ORIGIN_REQUEST_BANDWIDTH

public static final LogMetric ORIGIN_REQUEST_BANDWIDTH

Origen de valor estáticoRequestBandwidth para LogMetric.

ORIGIN_REQUEST_TRAFFIC

public static final LogMetric ORIGIN_REQUEST_TRAFFIC

Origen de valor estáticoRequestTraffic para LogMetric.

TOTAL_LATENCY

public static final LogMetric TOTAL_LATENCY

Valor estático totalLatency para LogMetric.

Detalles del constructor

LogMetric

public LogMetric()

Detalles del método

fromString

public static LogMetric fromString(String name)

Crea o busca una LogMetric a partir de su representación de cadena.

Parameters:

name - un nombre que se va a buscar

Returns:

la métrica de registro correspondiente

values

public static Collection values()

Returns:

Valores de LogMetric conocidos

Se aplica a