Class WafMetric
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<WafMetric>
com.microsoft.azure.management.cdn.WafMetric
Defines values for WafMetric.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WafMetric
Static value clientRequestCount for WafMetric. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WafMetric
fromString
(String name) Creates or finds a WafMetric from its string representation.static Collection<WafMetric>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CLIENT_REQUEST_COUNT
Static value clientRequestCount for WafMetric.
-
-
Constructor Details
-
WafMetric
public WafMetric()
-
-
Method Details
-
fromString
Creates or finds a WafMetric from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding WafMetric
-
values
- Returns:
- known WafMetric values
-