AzureFirewallNetworkRule interface
Properties of the network rule.
Properties
description | Description of the rule. |
destination |
List of destination IP addresses. |
destination |
List of destination FQDNs. |
destination |
List of destination IpGroups for this rule. |
destination |
List of destination ports. |
name | Name of the network rule. |
protocols | Array of AzureFirewallNetworkRuleProtocols. |
source |
List of source IP addresses for this rule. |
source |
List of source IpGroups for this rule. |
Property Details
description
Description of the rule.
description?: string
Property Value
string
destinationAddresses
List of destination IP addresses.
destinationAddresses?: string[]
Property Value
string[]
destinationFqdns
List of destination FQDNs.
destinationFqdns?: string[]
Property Value
string[]
destinationIpGroups
List of destination IpGroups for this rule.
destinationIpGroups?: string[]
Property Value
string[]
destinationPorts
List of destination ports.
destinationPorts?: string[]
Property Value
string[]
name
Name of the network rule.
name?: string
Property Value
string
protocols
Array of AzureFirewallNetworkRuleProtocols.
protocols?: string[]
Property Value
string[]
sourceAddresses
List of source IP addresses for this rule.
sourceAddresses?: string[]
Property Value
string[]
sourceIpGroups
List of source IpGroups for this rule.
sourceIpGroups?: string[]
Property Value
string[]