| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyNatRule |
FirewallPolicyNatRule.withAction(FirewallPolicyNatRuleAction action)
Set the action type of a Nat rule.
|
FirewallPolicyNatRule |
FirewallPolicyNatRule.withRuleCondition(FirewallPolicyRuleCondition ruleCondition)
Set the match conditions for incoming traffic.
|
FirewallPolicyNatRule |
FirewallPolicyNatRule.withTranslatedAddress(String translatedAddress)
Set the translated address for this NAT rule.
|
FirewallPolicyNatRule |
FirewallPolicyNatRule.withTranslatedPort(String translatedPort)
Set the translated port for this NAT rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/