ArmNetworkModelFactory.FirewallPolicyRule(String, String, String) 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.FirewallPolicyRule FirewallPolicyRule(string name = default, string description = default, string ruleType = default);
static member FirewallPolicyRule : string * string * string -> Azure.ResourceManager.Network.Models.FirewallPolicyRule
Public Shared Function FirewallPolicyRule (Optional name As String = Nothing, Optional description As String = Nothing, Optional ruleType As String = Nothing) As FirewallPolicyRule
Parameters
- name
- String
Name of the rule.
- description
- String
Description of the rule.
- ruleType
- String
Rule Type.
Returns
A new FirewallPolicyRule instance for mocking.