NetworkRuleCondition Class

Definition

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
NetworkRuleCondition

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