ExclusionManagedRuleGroup Constructors
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.
Overloads
ExclusionManagedRuleGroup() |
Initializes a new instance of the ExclusionManagedRuleGroup class. |
ExclusionManagedRuleGroup(String, IList<ExclusionManagedRule>) |
Initializes a new instance of the ExclusionManagedRuleGroup class. |
ExclusionManagedRuleGroup()
Initializes a new instance of the ExclusionManagedRuleGroup class.
public ExclusionManagedRuleGroup ();
Public Sub New ()
Applies to
ExclusionManagedRuleGroup(String, IList<ExclusionManagedRule>)
Initializes a new instance of the ExclusionManagedRuleGroup class.
public ExclusionManagedRuleGroup (string ruleGroupName, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExclusionManagedRule> rules = default);
new Microsoft.Azure.Management.Network.Models.ExclusionManagedRuleGroup : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExclusionManagedRule> -> Microsoft.Azure.Management.Network.Models.ExclusionManagedRuleGroup
Public Sub New (ruleGroupName As String, Optional rules As IList(Of ExclusionManagedRule) = Nothing)
Parameters
- ruleGroupName
- String
The managed rule group for exclusion.
- rules
- IList<ExclusionManagedRule>
List of rules that will be excluded. If none specified, all rules in the group will be excluded.
Applies to
Azure SDK for .NET