Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicySettings
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return PolicySettingsModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.policySettings()Get the policySettings property: Describes settings for the policy.WebApplicationFirewallPolicyProperties.policySettings()Get the policySettings property: Describes settings for the policy.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type PolicySettingsModifier 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
Methods in com.azure.resourcemanager.frontdoor.models that return PolicySettingsModifier 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.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type PolicySettingsModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.DefinitionStages.WithPolicySettings.withPolicySettings(PolicySettings policySettings) Specifies the policySettings property: Describes settings for the policy..