AzureFirewallNetworkRuleCollection Constructors

Definition

Overloads

AzureFirewallNetworkRuleCollection()

Initializes a new instance of the AzureFirewallNetworkRuleCollection class.

AzureFirewallNetworkRuleCollection(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallNetworkRule>, String, String, String)

Initializes a new instance of the AzureFirewallNetworkRuleCollection class.

AzureFirewallNetworkRuleCollection()

Initializes a new instance of the AzureFirewallNetworkRuleCollection class.

public AzureFirewallNetworkRuleCollection ();
Public Sub New ()

Applies to

AzureFirewallNetworkRuleCollection(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallNetworkRule>, String, String, String)

Initializes a new instance of the AzureFirewallNetworkRuleCollection class.

public AzureFirewallNetworkRuleCollection (string id = default, int? priority = default, Microsoft.Azure.Management.Network.Models.AzureFirewallRCAction action = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNetworkRule> rules = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.AzureFirewallNetworkRuleCollection : string * Nullable<int> * Microsoft.Azure.Management.Network.Models.AzureFirewallRCAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNetworkRule> * string * string * string -> Microsoft.Azure.Management.Network.Models.AzureFirewallNetworkRuleCollection
Public Sub New (Optional id As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional action As AzureFirewallRCAction = Nothing, Optional rules As IList(Of AzureFirewallNetworkRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

priority
Nullable<Int32>

Priority of the network rule collection resource.

action
AzureFirewallRCAction

The action type of a rule collection.

rules
IList<AzureFirewallNetworkRule>

Collection of rules used by a network rule collection.

provisioningState
String

The provisioning state of the network rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within the Azure firewall. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to