Uses of Class
com.microsoft.azure.management.network.WebApplicationFirewallCustomRule
Packages that use WebApplicationFirewallCustomRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of WebApplicationFirewallCustomRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return WebApplicationFirewallCustomRuleModifier and TypeMethodDescriptionWebApplicationFirewallCustomRule.withAction
(WebApplicationFirewallAction action) Set type of Actions.WebApplicationFirewallCustomRule.withMatchConditions
(List<MatchCondition> matchConditions) Set list of match conditions.Set the name of the resource that is unique within a policy.WebApplicationFirewallCustomRule.withPriority
(int priority) Set priority of the rule.WebApplicationFirewallCustomRule.withRuleType
(WebApplicationFirewallRuleType ruleType) Set the rule type.