AzureFirewallApplicationRule Class

Definition

Properties of an application rule.

public class AzureFirewallApplicationRule
type AzureFirewallApplicationRule = class
Public Class AzureFirewallApplicationRule
Inheritance
AzureFirewallApplicationRule

Constructors

AzureFirewallApplicationRule()

Initializes a new instance of the AzureFirewallApplicationRule class.

AzureFirewallApplicationRule(String, String, IList<String>, IList<AzureFirewallApplicationRuleProtocol>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the AzureFirewallApplicationRule class.

Properties

Description

Gets or sets description of the rule.

FqdnTags

Gets or sets list of FQDN Tags for this rule.

Name

Gets or sets name of the application rule.

Protocols

Gets or sets array of ApplicationRuleProtocols.

SourceAddresses

Gets or sets list of source IP addresses for this rule.

SourceIpGroups

Gets or sets list of source IpGroups for this rule.

TargetFqdns

Gets or sets list of FQDNs for this rule.

Applies to