Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallExclusion
Packages that use ApplicationGatewayFirewallExclusion
Package
Description
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 ApplicationGatewayFirewallExclusionModifier and TypeMethodDescriptionApplicationGatewayFirewallExclusion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFirewallExclusion from the JsonReader.ApplicationGatewayFirewallExclusion.withMatchVariable(String matchVariable) Set the matchVariable property: The variable to be excluded.ApplicationGatewayFirewallExclusion.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.ApplicationGatewayFirewallExclusion.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 ApplicationGatewayFirewallExclusionModifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.exclusions()Get the exclusions property: The exclusion list.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayFirewallExclusionModifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.withExclusions(List<ApplicationGatewayFirewallExclusion> exclusions) Set the exclusions property: The exclusion list.