ArmNetworkModelFactory.ExclusionManagedRuleSet 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.ExclusionManagedRuleSet ExclusionManagedRuleSet(string ruleSetType = default, string ruleSetVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ExclusionManagedRuleGroup> ruleGroups = default);
static member ExclusionManagedRuleSet : string * string * seq<Azure.ResourceManager.Network.Models.ExclusionManagedRuleGroup> -> Azure.ResourceManager.Network.Models.ExclusionManagedRuleSet
Public Shared Function ExclusionManagedRuleSet (Optional ruleSetType As String = Nothing, Optional ruleSetVersion As String = Nothing, Optional ruleGroups As IEnumerable(Of ExclusionManagedRuleGroup) = Nothing) As ExclusionManagedRuleSet
Parameters
- ruleSetType
- String
Defines the rule set type to use.
- ruleSetVersion
- String
Defines the version of the rule set to use.
- ruleGroups
- IEnumerable<ExclusionManagedRuleGroup>
Defines the rule groups to apply to the rule set.
Returns
A new ExclusionManagedRuleSet instance for mocking.