Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicyRequestBodyCheck
Packages that use PolicyRequestBodyCheck
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of PolicyRequestBodyCheck in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as PolicyRequestBodyCheckModifier and TypeFieldDescriptionstatic final PolicyRequestBodyCheckPolicyRequestBodyCheck.DISABLEDStatic value Disabled for PolicyRequestBodyCheck.static final PolicyRequestBodyCheckPolicyRequestBodyCheck.ENABLEDStatic value Enabled for PolicyRequestBodyCheck.Methods in com.azure.resourcemanager.frontdoor.models that return PolicyRequestBodyCheckModifier and TypeMethodDescriptionstatic PolicyRequestBodyCheckPolicyRequestBodyCheck.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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type PolicyRequestBodyCheckModifier and TypeMethodDescriptionstatic Collection<PolicyRequestBodyCheck>PolicyRequestBodyCheck.values()Gets known PolicyRequestBodyCheck values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type PolicyRequestBodyCheckModifier and TypeMethodDescriptionPolicySettings.withRequestBodyCheck(PolicyRequestBodyCheck requestBodyCheck) Set the requestBodyCheck property: Describes if policy managed rules will inspect the request body content.