共用方式為


NatRule interface

nat 類型的規則。

Extends

屬性

destinationAddresses

目的地 IP 位址或服務標籤的清單。

destinationPorts

目的地埠清單。

ipProtocols

FirewallPolicyRuleNetworkProtocols 的陣列。

ruleType

多型歧視性,指定這個物件可以是的不同類型

sourceAddresses

此規則的來源IP位址清單。

sourceIpGroups

此規則的來源 IpGroup 清單。

translatedAddress

此 NAT 規則的翻譯位址。

translatedFqdn

此 NAT 規則的已翻譯 FQDN。

translatedPort

此 NAT 規則的轉譯埠。

繼承的屬性

description

規則的描述。

name

規則的名稱。

屬性詳細資料

destinationAddresses

目的地 IP 位址或服務標籤的清單。

destinationAddresses?: string[]

屬性值

string[]

destinationPorts

目的地埠清單。

destinationPorts?: string[]

屬性值

string[]

ipProtocols

FirewallPolicyRuleNetworkProtocols 的陣列。

ipProtocols?: string[]

屬性值

string[]

ruleType

多型歧視性,指定這個物件可以是的不同類型

ruleType: "NatRule"

屬性值

"NatRule"

sourceAddresses

此規則的來源IP位址清單。

sourceAddresses?: string[]

屬性值

string[]

sourceIpGroups

此規則的來源 IpGroup 清單。

sourceIpGroups?: string[]

屬性值

string[]

translatedAddress

此 NAT 規則的翻譯位址。

translatedAddress?: string

屬性值

string

translatedFqdn

此 NAT 規則的已翻譯 FQDN。

translatedFqdn?: string

屬性值

string

translatedPort

此 NAT 規則的轉譯埠。

translatedPort?: string

屬性值

string

繼承的屬性詳細資料

description

規則的描述。

description?: string

屬性值

string

繼承自FirewallPolicyRule.description

name

規則的名稱。

name?: string

屬性值

string

繼承自FirewallPolicyRule.name