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