ArmNetworkModelFactory.FirewallPolicyRuleCollectionGroupData 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.FirewallPolicyRuleCollectionGroupData FirewallPolicyRuleCollectionGroupData(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, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member FirewallPolicyRuleCollectionGroupData : Azure.Core.ResourceIdentifier * string * string * string * Nullable<int> * seq<Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.FirewallPolicyRuleCollectionGroupData
Public Shared Function FirewallPolicyRuleCollectionGroupData (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, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As FirewallPolicyRuleCollectionGroupData
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.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the firewall policy rule collection group resource.
Returns
A new FirewallPolicyRuleCollectionGroupData instance for mocking.