次の方法で共有


NatRuleOutput 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?: ("TCP" | "UDP" | "Any" | "ICMP")[]

プロパティ値

("TCP" | "UDP" | "Any" | "ICMP")[]

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

承元FirewallPolicyRuleOutputParent.description

name

ルールの名前。

name?: string

プロパティ値

string

承元FirewallPolicyRuleOutputParent.name