ManagedRuleSet 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
ManagedRuleSet() |
Initializes a new instance of the ManagedRuleSet class. |
ManagedRuleSet(String, String, IList<ManagedRuleGroupOverride>) |
Initializes a new instance of the ManagedRuleSet class. |
ManagedRuleSet()
Initializes a new instance of the ManagedRuleSet class.
public ManagedRuleSet ();
Public Sub New ()
Applies to
ManagedRuleSet(String, String, IList<ManagedRuleGroupOverride>)
Initializes a new instance of the ManagedRuleSet class.
public ManagedRuleSet (string ruleSetType, string ruleSetVersion, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ManagedRuleGroupOverride> ruleGroupOverrides = default);
new Microsoft.Azure.Management.Network.Models.ManagedRuleSet : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ManagedRuleGroupOverride> -> Microsoft.Azure.Management.Network.Models.ManagedRuleSet
Public Sub New (ruleSetType As String, ruleSetVersion As String, Optional ruleGroupOverrides As IList(Of ManagedRuleGroupOverride) = Nothing)
Parameters
- ruleSetType
- String
Defines the rule set type to use.
- ruleSetVersion
- String
Defines the version of the rule set to use.
- ruleGroupOverrides
- IList<ManagedRuleGroupOverride>
Defines the rule group overrides to apply to the rule set.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET