| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationRuleCondition
Rule condition of type application.
|
class |
NetworkRuleCondition
Rule condition of type network.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyRuleCondition |
FirewallPolicyNatRule.ruleCondition()
Get the match conditions for incoming traffic.
|
FirewallPolicyRuleCondition |
FirewallPolicyRuleCondition.withDescription(String description)
Set description of the rule condition.
|
FirewallPolicyRuleCondition |
FirewallPolicyRuleCondition.withName(String name)
Set name of the rule condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<FirewallPolicyRuleCondition> |
FirewallPolicyFilterRule.ruleConditions()
Get collection of rule conditions used by a rule.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyNatRule |
FirewallPolicyNatRule.withRuleCondition(FirewallPolicyRuleCondition ruleCondition)
Set the match conditions for incoming traffic.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyFilterRule |
FirewallPolicyFilterRule.withRuleConditions(List<FirewallPolicyRuleCondition> ruleConditions)
Set collection of rule conditions used by a rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/