Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicySettings
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of PolicySettings in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.policySettings()
Get the policySettings property: Describes settings for the policy.WebApplicationFirewallPolicyProperties.policySettings()
Get the policySettings property: Describes settings for the policy.Modifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.withPolicySettings
(PolicySettings policySettings) Set the policySettings property: Describes settings for the policy.WebApplicationFirewallPolicyProperties.withPolicySettings
(PolicySettings policySettings) Set the policySettings property: Describes settings for the policy. -
Uses of PolicySettings in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionWebApplicationFirewallPolicy.policySettings()
Gets the policySettings property: Describes settings for the policy.PolicySettings.withCustomBlockResponseBody
(String customBlockResponseBody) Set the customBlockResponseBody property: If the action type is block, customer can override the response body.PolicySettings.withCustomBlockResponseStatusCode
(Integer customBlockResponseStatusCode) Set the customBlockResponseStatusCode property: If the action type is block, customer can override the response status code.PolicySettings.withEnabledState
(PolicyEnabledState enabledState) Set the enabledState property: Describes if the policy is in enabled or disabled state.PolicySettings.withMode
(PolicyMode mode) Set the mode property: Describes if it is in detection mode or prevention mode at policy level.PolicySettings.withRedirectUrl
(String redirectUrl) Set the redirectUrl property: If action type is redirect, this field represents redirect URL for the client.PolicySettings.withRequestBodyCheck
(PolicyRequestBodyCheck requestBodyCheck) Set the requestBodyCheck property: Describes if policy managed rules will inspect the request body content.Modifier and TypeMethodDescriptionWebApplicationFirewallPolicy.DefinitionStages.WithPolicySettings.withPolicySettings
(PolicySettings policySettings) Specifies the policySettings property: Describes settings for the policy..WebApplicationFirewallPolicy.UpdateStages.WithPolicySettings.withPolicySettings
(PolicySettings policySettings) Specifies the policySettings property: Describes settings for the policy..