FirewallPolicyRuleCollectionGroup Constructors
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.
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.
- 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
Azure SDK for .NET