| 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 |
|---|---|
VpnNatRuleMode |
VirtualNetworkGatewayNatRuleInner.mode()
Get the mode property: The Source NAT direction of a VPN NAT.
|
VpnNatRuleMode |
VpnGatewayNatRuleInner.mode()
Get the mode property: The Source NAT direction of a VPN NAT.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayNatRuleInner |
VirtualNetworkGatewayNatRuleInner.withMode(VpnNatRuleMode mode)
Set the mode property: The Source NAT direction of a VPN NAT.
|
VpnGatewayNatRuleInner |
VpnGatewayNatRuleInner.withMode(VpnNatRuleMode mode)
Set the mode property: The Source NAT direction of a VPN NAT.
|
| Modifier and Type | Field and Description |
|---|---|
static VpnNatRuleMode |
VpnNatRuleMode.EGRESS_SNAT
Static value EgressSnat for VpnNatRuleMode.
|
static VpnNatRuleMode |
VpnNatRuleMode.INGRESS_SNAT
Static value IngressSnat for VpnNatRuleMode.
|
| Modifier and Type | Method and Description |
|---|---|
static VpnNatRuleMode |
VpnNatRuleMode.fromString(String name)
Creates or finds a VpnNatRuleMode from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.