ApplicationRule 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.
Rule of type application.
public class ApplicationRule : Microsoft.Azure.Management.Network.Models.FirewallPolicyRule
type ApplicationRule = class
inherit FirewallPolicyRule
Public Class ApplicationRule
Inherits FirewallPolicyRule
- Inheritance
Constructors
ApplicationRule() |
Initializes a new instance of the ApplicationRule class. |
ApplicationRule(String, String, IList<String>, IList<String>, IList<FirewallPolicyRuleApplicationProtocol>, IList<String>, IList<String>, IList<String>, IList<String>, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the ApplicationRule class. |
Properties
Description |
Gets or sets description of the rule. (Inherited from FirewallPolicyRule) |
DestinationAddresses |
Gets or sets list of destination IP addresses or Service Tags. |
FqdnTags |
Gets or sets list of FQDN Tags for this rule. |
Name |
Gets or sets name of the rule. (Inherited from FirewallPolicyRule) |
Protocols |
Gets or sets array of Application Protocols. |
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. |
TargetUrls |
Gets or sets list of Urls for this rule condition. |
TerminateTLS |
Gets or sets terminate TLS connections for this rule. |
WebCategories |
Gets or sets list of destination azure web categories. |
Applies to
Azure SDK for .NET