ApplicationRuleCondition 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 condition of type application.
public class ApplicationRuleCondition : Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleCondition
type ApplicationRuleCondition = class
inherit FirewallPolicyRuleCondition
Public Class ApplicationRuleCondition
Inherits FirewallPolicyRuleCondition
- Inheritance
Constructors
ApplicationRuleCondition() |
Initializes a new instance of the ApplicationRuleCondition class. |
ApplicationRuleCondition(String, String, IList<String>, IList<String>, IList<FirewallPolicyRuleConditionApplicationProtocol>, IList<String>, IList<String>) |
Initializes a new instance of the ApplicationRuleCondition class. |
Properties
Description |
Gets or sets description of the rule condition. (Inherited from FirewallPolicyRuleCondition) |
DestinationAddresses |
Gets or sets list of destination IP addresses or Service Tags. |
FqdnTags |
Gets or sets list of FQDN Tags for this rule condition. |
Name |
Gets or sets name of the rule condition. (Inherited from FirewallPolicyRuleCondition) |
Protocols |
Gets or sets array of Application Protocols. |
SourceAddresses |
Gets or sets list of source IP addresses for this rule. |
TargetFqdns |
Gets or sets list of FQDNs for this rule condition. |