AzureFirewallNatRule interface
NAT 規則的屬性。
屬性
description | 規則的描述。 |
destination |
此規則的目的地IP位址清單。 支援IP範圍、前置詞和服務標籤。 |
destination |
目的地埠清單。 |
name | NAT 規則的名稱。 |
protocols | 適用於此 NAT 規則的 AzureFirewallNetworkRuleProtocols 陣列。 |
source |
此規則的來源IP位址清單。 |
source |
此規則的來源 IpGroup 清單。 |
translated |
此 NAT 規則的翻譯位址。 |
translated |
此 NAT 規則的已翻譯 FQDN。 |
translated |
此 NAT 規則的轉譯埠。 |
屬性詳細資料
description
規則的描述。
description?: string
屬性值
string
destinationAddresses
此規則的目的地IP位址清單。 支援IP範圍、前置詞和服務標籤。
destinationAddresses?: string[]
屬性值
string[]
destinationPorts
目的地埠清單。
destinationPorts?: string[]
屬性值
string[]
name
NAT 規則的名稱。
name?: string
屬性值
string
protocols
適用於此 NAT 規則的 AzureFirewallNetworkRuleProtocols 陣列。
protocols?: string[]
屬性值
string[]
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