ArmNetworkModelFactory.FirewallPolicyRuleCollectionGroupDraftData Method
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.
public static Azure.ResourceManager.Network.FirewallPolicyRuleCollectionGroupDraftData FirewallPolicyRuleCollectionGroupDraftData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string size = default, int? priority = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo> ruleCollections = default);
static member FirewallPolicyRuleCollectionGroupDraftData : Azure.Core.ResourceIdentifier * string * string * string * Nullable<int> * seq<Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo> -> Azure.ResourceManager.Network.FirewallPolicyRuleCollectionGroupDraftData
Public Shared Function FirewallPolicyRuleCollectionGroupDraftData (Optional id As ResourceIdentifier = 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 IEnumerable(Of FirewallPolicyRuleCollectionInfo) = Nothing) As FirewallPolicyRuleCollectionGroupDraftData
Parameters
Resource ID.
- name
- String
Name of the resource.
- type
- String
Resource type.
- size
- String
A read-only string that represents the size of the FirewallPolicyRuleCollectionGroupProperties in MB. (ex 1.2MB).
- ruleCollections
- IEnumerable<FirewallPolicyRuleCollectionInfo>
Group of Firewall Policy rule collections.
Returns
A new FirewallPolicyRuleCollectionGroupDraftData instance for mocking.