AzureFirewallApplicationRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET