| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AzureFirewallNatRCActionType |
AzureFirewallNatRCActionType.DNAT
Static value Dnat for AzureFirewallNatRCActionType.
|
static AzureFirewallNatRCActionType |
AzureFirewallNatRCActionType.SNAT
Static value Snat for AzureFirewallNatRCActionType.
|
| Modifier and Type | Method and Description |
|---|---|
static AzureFirewallNatRCActionType |
AzureFirewallNatRCActionType.fromString(String name)
Creates or finds a AzureFirewallNatRCActionType from its string representation.
|
AzureFirewallNatRCActionType |
AzureFirewallNatRCAction.type()
Get the type of action.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AzureFirewallNatRCActionType> |
AzureFirewallNatRCActionType.values() |
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallNatRCAction |
AzureFirewallNatRCAction.withType(AzureFirewallNatRCActionType 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.
*/