| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayFirewallRule |
ApplicationGatewayFirewallRule.withDescription(String description)
Set the description of the web application firewall rule.
|
ApplicationGatewayFirewallRule |
ApplicationGatewayFirewallRule.withRuleId(int ruleId)
Set the identifier of the web application firewall rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayFirewallRule> |
ApplicationGatewayFirewallRuleGroup.rules()
Get the rules of the web application firewall rule group.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayFirewallRuleGroup |
ApplicationGatewayFirewallRuleGroup.withRules(List<ApplicationGatewayFirewallRule> rules)
Set the rules of the web application firewall rule group.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/