Class WafMetric
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<WafMetric>
-
- com.azure.resourcemanager.cdn.models.WafMetric
-
public final class WafMetric extends com.azure.core.util.ExpandableStringEnum<WafMetric>
Defines values for WafMetric.
-
-
Field Summary
Fields Modifier and Type Field Description static WafMetricCLIENT_REQUEST_COUNTStatic value clientRequestCount for WafMetric.
-
Constructor Summary
Constructors Constructor Description WafMetric()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WafMetricfromString(String name)Creates or finds a WafMetric from its string representation.static Collection<WafMetric>values()
-
-
-
Field Detail
-
CLIENT_REQUEST_COUNT
public static final WafMetric CLIENT_REQUEST_COUNT
Static value clientRequestCount for WafMetric.
-
-
Method Detail
-
fromString
public static WafMetric fromString(String name)
Creates or finds a WafMetric from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WafMetric.
-
values
public static Collection<WafMetric> values()
- Returns:
- known WafMetric values.
-
-