Share via


FirewallPolicyRuleCollectionGroup Constructors

Definition

Overloads

FirewallPolicyRuleCollectionGroup()

Initializes a new instance of the FirewallPolicyRuleCollectionGroup class.

FirewallPolicyRuleCollectionGroup(String, Nullable<Int32>, IList<FirewallPolicyRuleCollection>, String, String, String, String)

Initializes a new instance of the FirewallPolicyRuleCollectionGroup class.

FirewallPolicyRuleCollectionGroup()

Initializes a new instance of the FirewallPolicyRuleCollectionGroup class.

public FirewallPolicyRuleCollectionGroup ();
Public Sub New ()

Applies to

FirewallPolicyRuleCollectionGroup(String, Nullable<Int32>, IList<FirewallPolicyRuleCollection>, String, String, String, String)

Initializes a new instance of the FirewallPolicyRuleCollectionGroup class.

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

Parameters

id
String

Resource ID.

priority
Nullable<Int32>

Priority of the Firewall Policy Rule Collection Group resource.

ruleCollections
IList<FirewallPolicyRuleCollection>

Group of Firewall Policy rule collections.

provisioningState
String

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

name
String

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

etag
String

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

type
String

Rule Group type.

Applies to