AzureFirewallNetworkRule interface
网络规则的属性。
属性
| description | 规则的说明。 |
| destination |
目标 IP 地址列表。 |
| destination |
目标 FQDN 列表。 |
| destination |
此规则的目标 IpGroup 列表。 |
| destination |
目标端口列表。 |
| name | 网络规则的名称。 |
| protocols | AzureFirewallNetworkRuleProtocols 的数组。 |
| source |
此规则的源 IP 地址列表。 |
| source |
此规则的源 IpGroup 列表。 |
属性详细信息
description
规则的说明。
description?: string
属性值
string
destinationAddresses
目标 IP 地址列表。
destinationAddresses?: string[]
属性值
string[]
destinationFqdns
目标 FQDN 列表。
destinationFqdns?: string[]
属性值
string[]
destinationIpGroups
此规则的目标 IpGroup 列表。
destinationIpGroups?: string[]
属性值
string[]
destinationPorts
目标端口列表。
destinationPorts?: string[]
属性值
string[]
name
网络规则的名称。
name?: string
属性值
string
protocols
AzureFirewallNetworkRuleProtocols 的数组。
protocols?: string[]
属性值
string[]
sourceAddresses
此规则的源 IP 地址列表。
sourceAddresses?: string[]
属性值
string[]
sourceIpGroups
此规则的源 IpGroup 列表。
sourceIpGroups?: string[]
属性值
string[]