Class PolicyRequestBodyCheck
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PolicyRequestBodyCheck>
com.azure.resourcemanager.frontdoor.models.PolicyRequestBodyCheck
public final class PolicyRequestBodyCheck
extends com.azure.core.util.ExpandableStringEnum<PolicyRequestBodyCheck>
Describes if policy managed rules will inspect the request body content.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PolicyRequestBodyCheck
Static value Disabled for PolicyRequestBodyCheck.static final PolicyRequestBodyCheck
Static value Enabled for PolicyRequestBodyCheck. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PolicyRequestBodyCheck
fromString
(String name) Creates or finds a PolicyRequestBodyCheck from its string representation.static Collection<PolicyRequestBodyCheck>
values()
Gets known PolicyRequestBodyCheck values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DISABLED
Static value Disabled for PolicyRequestBodyCheck. -
ENABLED
Static value Enabled for PolicyRequestBodyCheck.
-
-
Constructor Details
-
PolicyRequestBodyCheck
Deprecated.Use thefromString(String)
factory method.Creates a new instance of PolicyRequestBodyCheck value.
-
-
Method Details
-
fromString
Creates or finds a PolicyRequestBodyCheck from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding PolicyRequestBodyCheck.
-
values
Gets known PolicyRequestBodyCheck values.- Returns:
- known PolicyRequestBodyCheck values.
-
fromString(String)
factory method.