Uses of Class
com.azure.resourcemanager.cdn.models.PolicySettings
-
Packages that use PolicySettings Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of PolicySettings in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return PolicySettings Modifier and Type Method Description PolicySettingsCdnWebApplicationFirewallPolicyInner. policySettings()Get the policySettings property: Describes policySettings for policy.PolicySettingsCdnWebApplicationFirewallPolicyProperties. policySettings()Get the policySettings property: Describes policySettings for policy.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type PolicySettings Modifier and Type Method Description CdnWebApplicationFirewallPolicyInnerCdnWebApplicationFirewallPolicyInner. withPolicySettings(PolicySettings policySettings)Set the policySettings property: Describes policySettings for policy.CdnWebApplicationFirewallPolicyPropertiesCdnWebApplicationFirewallPolicyProperties. withPolicySettings(PolicySettings policySettings)Set the policySettings property: Describes policySettings for policy. -
Uses of PolicySettings in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return PolicySettings Modifier and Type Method Description PolicySettingsPolicySettings. withDefaultCustomBlockResponseBody(String defaultCustomBlockResponseBody)Set the defaultCustomBlockResponseBody property: If the action type is block, customer can override the response body.PolicySettingsPolicySettings. withDefaultCustomBlockResponseStatusCode(PolicySettingsDefaultCustomBlockResponseStatusCode defaultCustomBlockResponseStatusCode)Set the defaultCustomBlockResponseStatusCode property: If the action type is block, this field defines the default customer overridable http response status code.PolicySettingsPolicySettings. withDefaultRedirectUrl(String defaultRedirectUrl)Set the defaultRedirectUrl property: If action type is redirect, this field represents the default redirect URL for the client.PolicySettingsPolicySettings. withEnabledState(PolicyEnabledState enabledState)Set the enabledState property: describes if the policy is in enabled state or disabled state.PolicySettingsPolicySettings. withMode(PolicyMode mode)Set the mode property: Describes if it is in detection mode or prevention mode at policy level.
-