VirtualNetworkGatewayNatRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VirtualNetworkGatewayNatRule Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualNetworkGatewayNatRule : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualNetworkGatewayNatRule = class
inherit SubResource
Public Class VirtualNetworkGatewayNatRule
Inherits SubResource
- Inheritance
- Attributes
Constructors
VirtualNetworkGatewayNatRule() |
Initializes a new instance of the VirtualNetworkGatewayNatRule class. |
VirtualNetworkGatewayNatRule(String, String, String, String, IList<VpnNatRuleMapping>, IList<VpnNatRuleMapping>, String, String, String, String) |
Initializes a new instance of the VirtualNetworkGatewayNatRule class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
ExternalMappings |
Gets or sets the private IP address external mapping for NAT. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
InternalMappings |
Gets or sets the private IP address internal mapping for NAT. |
IpConfigurationId |
Gets or sets the IP Configuration ID this NAT rule applies to. |
Mode |
Gets or sets the Source NAT direction of a VPN NAT. Possible values include: 'EgressSnat', 'IngressSnat' |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the NAT Rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets resource type. |
VirtualNetworkGatewayNatRulePropertiesType |
Gets or sets the type of NAT rule for VPN NAT. Possible values include: 'Static', 'Dynamic' |
Applies to
Azure SDK for .NET