次の方法で共有


ApplicationRule interface

アプリケーションの種類の規則。

Extends

プロパティ

destinationAddresses

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

fqdnTags

この規則の FQDN タグの一覧。

protocols

アプリケーション プロトコルの配列。

ruleType
sourceAddresses

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

sourceIpGroups

この規則のソース IpGroup の一覧。

targetFqdns

この規則の FQDN の一覧。

targetUrls

このルール条件の URL の一覧。

terminateTLS

この規則の TLS 接続を終了します。

webCategories

移行先の Azure Web カテゴリの一覧。

継承されたプロパティ

description

ルールの説明。

name

ルールの名前。

プロパティの詳細

destinationAddresses

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

destinationAddresses?: string[]

プロパティ値

string[]

fqdnTags

この規則の FQDN タグの一覧。

fqdnTags?: string[]

プロパティ値

string[]

protocols

アプリケーション プロトコルの配列。

protocols?: FirewallPolicyRuleApplicationProtocol[]

プロパティ値

ruleType

ruleType: "ApplicationRule"

プロパティ値

"ApplicationRule"

sourceAddresses

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

sourceAddresses?: string[]

プロパティ値

string[]

sourceIpGroups

この規則のソース IpGroup の一覧。

sourceIpGroups?: string[]

プロパティ値

string[]

targetFqdns

この規則の FQDN の一覧。

targetFqdns?: string[]

プロパティ値

string[]

targetUrls

このルール条件の URL の一覧。

targetUrls?: string[]

プロパティ値

string[]

terminateTLS

この規則の TLS 接続を終了します。

terminateTLS?: boolean

プロパティ値

boolean

webCategories

移行先の Azure Web カテゴリの一覧。

webCategories?: string[]

プロパティ値

string[]

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

description

ルールの説明。

description?: string

プロパティ値

string

FirewallPolicyRuleParent.description から継承

name

ルールの名前。

name?: string

プロパティ値

string

FirewallPolicyRuleParent.name から継承された