共用方式為


VirtualNetworkGatewayNatRulePropertiesOutput interface

VirtualNetworkGatewayNatRule 的參數。

屬性

externalMappings

NAT 的私人IP位址外部對應。

internalMappings

NAT 的私人IP位址內部對應。

ipConfigurationId

此 NAT 規則適用的IP組態標識碼。

mode

VPN NAT 的來源 NAT 方向。

provisioningState

NAT 規則資源的布建狀態。

type

VPN NAT 的 NAT 規則類型。

屬性詳細資料

externalMappings

NAT 的私人IP位址外部對應。

externalMappings?: VpnNatRuleMappingOutput[]

屬性值

internalMappings

NAT 的私人IP位址內部對應。

internalMappings?: VpnNatRuleMappingOutput[]

屬性值

ipConfigurationId

此 NAT 規則適用的IP組態標識碼。

ipConfigurationId?: string

屬性值

string

mode

VPN NAT 的來源 NAT 方向。

mode?: "EgressSnat" | "IngressSnat"

屬性值

"EgressSnat" | "IngressSnat"

provisioningState

NAT 規則資源的布建狀態。

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

屬性值

"Succeeded" | "Updating" | "Deleting" | "Failed"

type

VPN NAT 的 NAT 規則類型。

type?: "Static" | "Dynamic"

屬性值

"Static" | "Dynamic"