Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayFirewallExclusion
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayFirewallExclusion in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionApplicationGatewayFirewallExclusion.withMatchVariable
(String matchVariable) Set the variable to be excluded.ApplicationGatewayFirewallExclusion.withSelector
(String selector) Set when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.ApplicationGatewayFirewallExclusion.withSelectorMatchOperator
(String selectorMatchOperator) Set when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.Modifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.exclusions()
Get the exclusion list.Modifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.withExclusions
(List<ApplicationGatewayFirewallExclusion> exclusions) Set the exclusion list.