你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationRuleOutput interface

应用程序类型的规则。

扩展

属性

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?: FirewallPolicyRuleApplicationProtocolOutput[]

属性值

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

继承自FirewallPolicyRuleOutputParent.description

name

规则的名称。

name?: string

属性值

string

继承自 FirewallPolicyRuleOutputParent.name