AzureFirewallApplicationRule interface
Properties of an application rule.
Properties
description | Description of the rule. |
fqdn |
List of FQDN Tags for this rule. |
name | Name of the application rule. |
protocols | Array of ApplicationRuleProtocols. |
source |
List of source IP addresses for this rule. |
source |
List of source IpGroups for this rule. |
target |
List of FQDNs for this rule. |
Property Details
description
Description of the rule.
description?: string
Property Value
string
fqdnTags
List of FQDN Tags for this rule.
fqdnTags?: string[]
Property Value
string[]
name
Name of the application rule.
name?: string
Property Value
string
protocols
Array of ApplicationRuleProtocols.
protocols?: AzureFirewallApplicationRuleProtocol[]
Property Value
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[]
targetFqdns
List of FQDNs for this rule.
targetFqdns?: string[]
Property Value
string[]