| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withAction(WebApplicationFirewallAction action)
Set type of Actions.
|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withMatchConditions(List<MatchCondition> matchConditions)
Set list of match conditions.
|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withName(String name)
Set gets name of the resource that is unique within a policy.
|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withPriority(int priority)
Set describes priority of the rule.
|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withRuleType(WebApplicationFirewallRuleType ruleType)
Set describes type of rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/