Class WafGranularity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WafGranularity>
com.azure.resourcemanager.cdn.models.WafGranularity
Defines values for WafGranularity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WafGranularityStatic value P1D for WafGranularity.static final WafGranularityStatic value PT1H for WafGranularity.static final WafGranularityStatic value PT5M for WafGranularity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WafGranularityfromString(String name) Creates or finds a WafGranularity from its string representation.static Collection<WafGranularity>values()Gets known WafGranularity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PT5M
Static value PT5M for WafGranularity. -
PT1H
Static value PT1H for WafGranularity. -
P1D
Static value P1D for WafGranularity.
-
-
Constructor Details
-
WafGranularity
Deprecated.Use thefromString(String)factory method.Creates a new instance of WafGranularity value.
-
-
Method Details
-
fromString
Creates or finds a WafGranularity from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WafGranularity.
-
values
Gets known WafGranularity values.- Returns:
- known WafGranularity values.
-
fromString(String)factory method.