| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static FirewallPolicyNatRuleActionType |
FirewallPolicyNatRuleActionType.DNAT
Static value DNAT for FirewallPolicyNatRuleActionType.
|
| Modifier and Type | Method and Description |
|---|---|
static FirewallPolicyNatRuleActionType |
FirewallPolicyNatRuleActionType.fromString(String name)
Creates or finds a FirewallPolicyNatRuleActionType from its string representation.
|
FirewallPolicyNatRuleActionType |
FirewallPolicyNatRuleAction.type()
Get the type of action.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<FirewallPolicyNatRuleActionType> |
FirewallPolicyNatRuleActionType.values() |
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyNatRuleAction |
FirewallPolicyNatRuleAction.withType(FirewallPolicyNatRuleActionType type)
Set the type of action.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/