다음을 통해 공유


FirewallPolicyIntrusionDetectionBypassTrafficSpecifications Constructors

Definition

Overloads

FirewallPolicyIntrusionDetectionBypassTrafficSpecifications()

Initializes a new instance of the FirewallPolicyIntrusionDetectionBypassTrafficSpecifications class.

FirewallPolicyIntrusionDetectionBypassTrafficSpecifications(String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the FirewallPolicyIntrusionDetectionBypassTrafficSpecifications class.

FirewallPolicyIntrusionDetectionBypassTrafficSpecifications()

Initializes a new instance of the FirewallPolicyIntrusionDetectionBypassTrafficSpecifications class.

public FirewallPolicyIntrusionDetectionBypassTrafficSpecifications ();
Public Sub New ()

Applies to

FirewallPolicyIntrusionDetectionBypassTrafficSpecifications(String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the FirewallPolicyIntrusionDetectionBypassTrafficSpecifications class.

public FirewallPolicyIntrusionDetectionBypassTrafficSpecifications (string name = default, string description = default, string protocol = default, System.Collections.Generic.IList<string> sourceAddresses = default, System.Collections.Generic.IList<string> destinationAddresses = default, System.Collections.Generic.IList<string> destinationPorts = default, System.Collections.Generic.IList<string> sourceIpGroups = default, System.Collections.Generic.IList<string> destinationIpGroups = default);
new Microsoft.Azure.Management.Network.Models.FirewallPolicyIntrusionDetectionBypassTrafficSpecifications : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.FirewallPolicyIntrusionDetectionBypassTrafficSpecifications
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional protocol As String = Nothing, Optional sourceAddresses As IList(Of String) = Nothing, Optional destinationAddresses As IList(Of String) = Nothing, Optional destinationPorts As IList(Of String) = Nothing, Optional sourceIpGroups As IList(Of String) = Nothing, Optional destinationIpGroups As IList(Of String) = Nothing)

Parameters

name
String

Name of the bypass traffic rule.

description
String

Description of the bypass traffic rule.

protocol
String

The rule bypass protocol. Possible values include: 'TCP', 'UDP', 'ICMP', 'ANY'

sourceAddresses
IList<String>

List of source IP addresses or ranges for this rule.

destinationAddresses
IList<String>

List of destination IP addresses or ranges for this rule.

destinationPorts
IList<String>

List of destination ports or ranges.

sourceIpGroups
IList<String>

List of source IpGroups for this rule.

destinationIpGroups
IList<String>

List of destination IpGroups for this rule.

Applies to