Class LogRankingMetric
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<LogRankingMetric>
-
- com.azure.resourcemanager.cdn.models.LogRankingMetric
-
public final class LogRankingMetric extends com.azure.core.util.ExpandableStringEnum<LogRankingMetric>
Defines values for LogRankingMetric.
-
-
Field Summary
Fields Modifier and Type Field Description static LogRankingMetricCLIENT_REQUEST_COUNTStatic value clientRequestCount for LogRankingMetric.static LogRankingMetricCLIENT_REQUEST_TRAFFICStatic value clientRequestTraffic for LogRankingMetric.static LogRankingMetricERROR_COUNTStatic value errorCount for LogRankingMetric.static LogRankingMetricHIT_COUNTStatic value hitCount for LogRankingMetric.static LogRankingMetricMISS_COUNTStatic value missCount for LogRankingMetric.static LogRankingMetricUSER_ERROR_COUNTStatic value userErrorCount for LogRankingMetric.
-
Constructor Summary
Constructors Constructor Description LogRankingMetric()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogRankingMetricfromString(String name)Creates or finds a LogRankingMetric from its string representation.static Collection<LogRankingMetric>values()
-
-
-
Field Detail
-
CLIENT_REQUEST_COUNT
public static final LogRankingMetric CLIENT_REQUEST_COUNT
Static value clientRequestCount for LogRankingMetric.
-
CLIENT_REQUEST_TRAFFIC
public static final LogRankingMetric CLIENT_REQUEST_TRAFFIC
Static value clientRequestTraffic for LogRankingMetric.
-
HIT_COUNT
public static final LogRankingMetric HIT_COUNT
Static value hitCount for LogRankingMetric.
-
MISS_COUNT
public static final LogRankingMetric MISS_COUNT
Static value missCount for LogRankingMetric.
-
USER_ERROR_COUNT
public static final LogRankingMetric USER_ERROR_COUNT
Static value userErrorCount for LogRankingMetric.
-
ERROR_COUNT
public static final LogRankingMetric ERROR_COUNT
Static value errorCount for LogRankingMetric.
-
-
Method Detail
-
fromString
public static LogRankingMetric fromString(String name)
Creates or finds a LogRankingMetric from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LogRankingMetric.
-
values
public static Collection<LogRankingMetric> values()
- Returns:
- known LogRankingMetric values.
-
-