AzureFirewallNetworkRule interface

Properties of the network rule.

Properties

description

Description of the rule.

destinationAddresses

List of destination IP addresses.

destinationFqdns

List of destination FQDNs.

destinationIpGroups

List of destination IpGroups for this rule.

destinationPorts

List of destination ports.

name

Name of the network rule.

protocols

Array of AzureFirewallNetworkRuleProtocols.

sourceAddresses

List of source IP addresses for this rule.

sourceIpGroups

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[]