Class LogMetric

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LogMetric>
com.azure.resourcemanager.cdn.models.LogMetric

public final class LogMetric extends com.azure.core.util.ExpandableStringEnum<LogMetric>
Defines values for LogMetric.
  • Field Details

    • CLIENT_REQUEST_COUNT

      public static final LogMetric CLIENT_REQUEST_COUNT
      Static value clientRequestCount for LogMetric.
    • CLIENT_REQUEST_TRAFFIC

      public static final LogMetric CLIENT_REQUEST_TRAFFIC
      Static value clientRequestTraffic for LogMetric.
    • CLIENT_REQUEST_BANDWIDTH

      public static final LogMetric CLIENT_REQUEST_BANDWIDTH
      Static value clientRequestBandwidth for LogMetric.
    • ORIGIN_REQUEST_TRAFFIC

      public static final LogMetric ORIGIN_REQUEST_TRAFFIC
      Static value originRequestTraffic for LogMetric.
    • ORIGIN_REQUEST_BANDWIDTH

      public static final LogMetric ORIGIN_REQUEST_BANDWIDTH
      Static value originRequestBandwidth for LogMetric.
    • TOTAL_LATENCY

      public static final LogMetric TOTAL_LATENCY
      Static value totalLatency for LogMetric.
  • Constructor Details

  • Method Details

    • fromString

      public static LogMetric fromString(String name)
      Creates or finds a LogMetric from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding LogMetric.
    • values

      public static Collection<LogMetric> values()
      Gets known LogMetric values.
      Returns:
      known LogMetric values.