Class WafMetric
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WafMetric>
com.azure.resourcemanager.cdn.models.WafMetric
Defines values for WafMetric.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WafMetricStatic value clientRequestCount for WafMetric. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WafMetricfromString(String name) Creates or finds a WafMetric from its string representation.static Collection<WafMetric>values()Gets known WafMetric values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
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
Gets known WafMetric values.- Returns:
- known WafMetric values.
-