ArmNetworkModelFactory.FirewallPolicyRuleCollectionInfo 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.Models.FirewallPolicyRuleCollectionInfo FirewallPolicyRuleCollectionInfo(string ruleCollectionType = default, string name = default, int? priority = default);
static member FirewallPolicyRuleCollectionInfo : string * string * Nullable<int> -> Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo
Public Shared Function FirewallPolicyRuleCollectionInfo (Optional ruleCollectionType As String = Nothing, Optional name As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing) As FirewallPolicyRuleCollectionInfo
Parameters
- ruleCollectionType
- String
The type of the rule collection.
- name
- String
The name of the rule collection.
Returns
A new FirewallPolicyRuleCollectionInfo instance for mocking.