Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicyRequestBodyCheck
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of PolicyRequestBodyCheck in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final PolicyRequestBodyCheck
PolicyRequestBodyCheck.DISABLED
Static value Disabled for PolicyRequestBodyCheck.static final PolicyRequestBodyCheck
PolicyRequestBodyCheck.ENABLED
Static value Enabled for PolicyRequestBodyCheck.Modifier and TypeMethodDescriptionstatic PolicyRequestBodyCheck
PolicyRequestBodyCheck.fromString
(String name) Creates or finds a PolicyRequestBodyCheck from its string representation.PolicySettings.requestBodyCheck()
Get the requestBodyCheck property: Describes if policy managed rules will inspect the request body content.Modifier and TypeMethodDescriptionstatic Collection<PolicyRequestBodyCheck>
PolicyRequestBodyCheck.values()
Gets known PolicyRequestBodyCheck values.Modifier and TypeMethodDescriptionPolicySettings.withRequestBodyCheck
(PolicyRequestBodyCheck requestBodyCheck) Set the requestBodyCheck property: Describes if policy managed rules will inspect the request body content.