FirewallPolicyRuleCollectionGroupDraft 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
FirewallPolicyRuleCollectionGroupDraft() |
Initializes a new instance of the FirewallPolicyRuleCollectionGroupDraft class. |
FirewallPolicyRuleCollectionGroupDraft(String, String, String, String, Nullable<Int32>, IList<FirewallPolicyRuleCollection>) |
Initializes a new instance of the FirewallPolicyRuleCollectionGroupDraft class. |
FirewallPolicyRuleCollectionGroupDraft()
Initializes a new instance of the FirewallPolicyRuleCollectionGroupDraft class.
public FirewallPolicyRuleCollectionGroupDraft ();
Public Sub New ()
Applies to
FirewallPolicyRuleCollectionGroupDraft(String, String, String, String, Nullable<Int32>, IList<FirewallPolicyRuleCollection>)
Initializes a new instance of the FirewallPolicyRuleCollectionGroupDraft class.
public FirewallPolicyRuleCollectionGroupDraft (string id = default, string name = default, string type = default, string size = default, int? priority = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FirewallPolicyRuleCollection> ruleCollections = default);
new Microsoft.Azure.Management.Network.Models.FirewallPolicyRuleCollectionGroupDraft : string * string * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FirewallPolicyRuleCollection> -> Microsoft.Azure.Management.Network.Models.FirewallPolicyRuleCollectionGroupDraft
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional size As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional ruleCollections As IList(Of FirewallPolicyRuleCollection) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- type
- String
Rule Group type.
- size
- String
A read-only string that represents the size of the FirewallPolicyRuleCollectionGroupProperties in MB. (ex 1.2MB)
- ruleCollections
- IList<FirewallPolicyRuleCollection>
Group of Firewall Policy rule collections.