NetworkRuleCondition 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 network.
public class NetworkRuleCondition : Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleCondition
type NetworkRuleCondition = class
inherit FirewallPolicyRuleCondition
Public Class NetworkRuleCondition
Inherits FirewallPolicyRuleCondition
- Inheritance
Constructors
NetworkRuleCondition() |
Initializes a new instance of the NetworkRuleCondition class. |
NetworkRuleCondition(String, String, IList<FirewallPolicyRuleConditionNetworkProtocol>, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the NetworkRuleCondition 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. |
DestinationPorts |
Gets or sets list of destination ports. |
IpProtocols |
Gets or sets array of FirewallPolicyRuleConditionNetworkProtocols. |
Name |
Gets or sets name of the rule condition. (Inherited from FirewallPolicyRuleCondition) |
SourceAddresses |
Gets or sets list of source IP addresses for this rule. |
Applies to
Azure SDK for .NET