ApplicationRuleOutput interface
应用程序类型的规则。
属性
| destination |
目标 IP 地址或服务标记的列表。 |
| fqdn |
此规则的 FQDN 标记列表。 |
| protocols | 应用程序协议数组。 |
| rule |
|
| source |
此规则的源 IP 地址列表。 |
| source |
此规则的源 IpGroup 列表。 |
| target |
此规则的 FQDN 列表。 |
| target |
此规则条件的 URL 列表。 |
| terminateTLS | 终止此规则的 TLS 连接。 |
| web |
目标 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[]