Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallExclusion
-
Packages that use ApplicationGatewayFirewallExclusion Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayFirewallExclusion in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFirewallExclusion Modifier and Type Method Description ApplicationGatewayFirewallExclusionApplicationGatewayFirewallExclusion. withMatchVariable(String matchVariable)Set the matchVariable property: The variable to be excluded.ApplicationGatewayFirewallExclusionApplicationGatewayFirewallExclusion. withSelector(String selector)Set the selector property: When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.ApplicationGatewayFirewallExclusionApplicationGatewayFirewallExclusion. withSelectorMatchOperator(String selectorMatchOperator)Set the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayFirewallExclusion Modifier and Type Method Description List<ApplicationGatewayFirewallExclusion>ApplicationGatewayWebApplicationFirewallConfiguration. exclusions()Get the exclusions property: The exclusion list.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayFirewallExclusion Modifier and Type Method Description ApplicationGatewayWebApplicationFirewallConfigurationApplicationGatewayWebApplicationFirewallConfiguration. withExclusions(List<ApplicationGatewayFirewallExclusion> exclusions)Set the exclusions property: The exclusion list.
-