Uses of Class
com.azure.resourcemanager.network.fluent.models.WebApplicationFirewallPolicyPropertiesFormat
-
Packages that use WebApplicationFirewallPolicyPropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of WebApplicationFirewallPolicyPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return WebApplicationFirewallPolicyPropertiesFormat Modifier and Type Method Description WebApplicationFirewallPolicyPropertiesFormatWebApplicationFirewallPolicyPropertiesFormat. withCustomRules(List<WebApplicationFirewallCustomRule> customRules)Set the customRules property: The custom rules inside the policy.WebApplicationFirewallPolicyPropertiesFormatWebApplicationFirewallPolicyPropertiesFormat. withManagedRules(ManagedRulesDefinition managedRules)Set the managedRules property: Describes the managedRules structure.WebApplicationFirewallPolicyPropertiesFormatWebApplicationFirewallPolicyPropertiesFormat. withPolicySettings(PolicySettings policySettings)Set the policySettings property: The PolicySettings for policy.
-