| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnNatRuleType |
VirtualNetworkGatewayNatRuleInner.typePropertiesType()
Get the typePropertiesType property: The type of NAT rule for VPN NAT.
|
VpnNatRuleType |
VpnGatewayNatRuleInner.typePropertiesType()
Get the typePropertiesType property: The type of NAT rule for VPN NAT.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayNatRuleInner |
VirtualNetworkGatewayNatRuleInner.withTypePropertiesType(VpnNatRuleType typePropertiesType)
Set the typePropertiesType property: The type of NAT rule for VPN NAT.
|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withTypePropertiesType(VpnNatRuleType typePropertiesType)
Set the typePropertiesType property: The type of NAT rule for VPN NAT.
|
| Modifier and Type | Field and Description |
|---|---|
static VpnNatRuleType |
VpnNatRuleType.DYNAMIC
Static value Dynamic for VpnNatRuleType.
|
static VpnNatRuleType |
VpnNatRuleType.STATIC
Static value Static for VpnNatRuleType.
|
| Modifier and Type | Method and Description |
|---|---|
static VpnNatRuleType |
VpnNatRuleType.fromString(String name)
Creates or finds a VpnNatRuleType from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.