你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VpnGatewayNatRule 类

定义

VpnGatewayNatRule 资源。

[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
继承
VpnGatewayNatRule
属性

构造函数

VpnGatewayNatRule()

初始化 VpnGatewayNatRule 类的新实例。

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

初始化 VpnGatewayNatRule 类的新实例。

属性

EgressVpnSiteLinkConnections

获取出口 VpnSiteLinkConnections 的列表。

Etag

获取一个唯一的只读字符串,该字符串在资源更新时会更改。

ExternalMappings

获取或设置 NAT 的专用 IP 地址外部映射。

Id

获取或设置资源 ID。

(继承自 SubResource)
IngressVpnSiteLinkConnections

获取入口 VpnSiteLinkConnections 的列表。

InternalMappings

获取或设置 NAT 的专用 IP 地址内部映射。

IpConfigurationId

获取或设置此 NAT 规则适用的 IP 配置 ID。

Mode

获取或设置 VPN NAT 的源 NAT 方向。 可能的值包括:“EgressSnat”、“IngressSnat”

Name

获取或设置资源组中唯一的资源的名称。 此名称可用于访问资源。

ProvisioningState

获取 NAT 规则资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

Type

获取资源类型。

VpnGatewayNatRulePropertiesType

获取或设置 VPN NAT 的 NAT 规则类型。 可能的值包括:“Static”、“Dynamic”

适用于