Share via


VpnGatewayNatRule Class

Definition

VpnGatewayNatRule Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnGatewayNatRule : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnGatewayNatRule = class
    inherit SubResource
Public Class VpnGatewayNatRule
Inherits SubResource
Inheritance
VpnGatewayNatRule
Attributes

Constructors

VpnGatewayNatRule()

Initializes a new instance of the VpnGatewayNatRule class.

VpnGatewayNatRule(String, String, String, String, IList<VpnNatRuleMapping>, IList<VpnNatRuleMapping>, String, IList<SubResource>, IList<SubResource>, String, String, String)

Initializes a new instance of the VpnGatewayNatRule class.

Properties

EgressVpnSiteLinkConnections

Gets list of egress VpnSiteLinkConnections.

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)
IngressVpnSiteLinkConnections

Gets list of ingress VpnSiteLinkConnections.

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.

VpnGatewayNatRulePropertiesType

Gets or sets the type of NAT rule for VPN NAT. Possible values include: 'Static', 'Dynamic'

Applies to