Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallCustomRule
-
Packages that use WebApplicationFirewallCustomRule Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of WebApplicationFirewallCustomRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type WebApplicationFirewallCustomRule Modifier and Type Method Description List<WebApplicationFirewallCustomRule>WebApplicationFirewallPolicyInner. customRules()Get the customRules property: The custom rules inside the policy.List<WebApplicationFirewallCustomRule>WebApplicationFirewallPolicyPropertiesFormat. customRules()Get the customRules property: The custom rules inside the policy.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type WebApplicationFirewallCustomRule Modifier and Type Method Description WebApplicationFirewallPolicyInnerWebApplicationFirewallPolicyInner. withCustomRules(List<WebApplicationFirewallCustomRule> customRules)Set the customRules property: The custom rules inside the policy.WebApplicationFirewallPolicyPropertiesFormatWebApplicationFirewallPolicyPropertiesFormat. withCustomRules(List<WebApplicationFirewallCustomRule> customRules)Set the customRules property: The custom rules inside the policy. -
Uses of WebApplicationFirewallCustomRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallCustomRule Modifier and Type Method Description WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withAction(WebApplicationFirewallAction action)Set the action property: Type of Actions.WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withMatchConditions(List<MatchCondition> matchConditions)Set the matchConditions property: List of match conditions.WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withName(String name)Set the name property: The name of the resource that is unique within a policy.WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withPriority(int priority)Set the priority property: Priority of the rule.WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withRuleType(WebApplicationFirewallRuleType ruleType)Set the ruleType property: The rule type.
-