次の方法で共有


NetworkRule interface

ネットワーク型のルール。

Extends

プロパティ

destinationAddresses

宛先 IP アドレスまたはサービス タグの一覧。

destinationFqdns

宛先 FQDN の一覧。

destinationIpGroups

この規則の宛先 IpGroup の一覧。

destinationPorts

宛先ポートの一覧。

ipProtocols

FirewallPolicyRuleNetworkProtocols の配列。

ruleType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

sourceAddresses

この規則のソース IP アドレスの一覧。

sourceIpGroups

このルールのソース IpGroup の一覧。

継承されたプロパティ

description

ルールの説明。

name

ルールの名前。

プロパティの詳細

destinationAddresses

宛先 IP アドレスまたはサービス タグの一覧。

destinationAddresses?: string[]

プロパティ値

string[]

destinationFqdns

宛先 FQDN の一覧。

destinationFqdns?: string[]

プロパティ値

string[]

destinationIpGroups

この規則の宛先 IpGroup の一覧。

destinationIpGroups?: string[]

プロパティ値

string[]

destinationPorts

宛先ポートの一覧。

destinationPorts?: string[]

プロパティ値

string[]

ipProtocols

FirewallPolicyRuleNetworkProtocols の配列。

ipProtocols?: string[]

プロパティ値

string[]

ruleType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

ruleType: "NetworkRule"

プロパティ値

"NetworkRule"

sourceAddresses

この規則のソース IP アドレスの一覧。

sourceAddresses?: string[]

プロパティ値

string[]

sourceIpGroups

このルールのソース IpGroup の一覧。

sourceIpGroups?: string[]

プロパティ値

string[]

継承されたプロパティの詳細

description

ルールの説明。

description?: string

プロパティ値

string

FirewallPolicyRule.descriptionから継承

name

ルールの名前。

name?: string

プロパティ値

string

FirewallPolicyRule.nameから継承