| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayFirewallExclusion |
ApplicationGatewayFirewallExclusion.withMatchVariable(String matchVariable)
Set the variable to be excluded.
|
ApplicationGatewayFirewallExclusion |
ApplicationGatewayFirewallExclusion.withSelector(String selector)
Set when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
|
ApplicationGatewayFirewallExclusion |
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 Type | Method and Description |
|---|---|
List<ApplicationGatewayFirewallExclusion> |
ApplicationGatewayWebApplicationFirewallConfiguration.exclusions()
Get the exclusion list.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayWebApplicationFirewallConfiguration |
ApplicationGatewayWebApplicationFirewallConfiguration.withExclusions(List<ApplicationGatewayFirewallExclusion> exclusions)
Set the exclusion list.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/