ManagedRulesDefinition 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
ManagedRulesDefinition() |
Initializes a new instance of the ManagedRulesDefinition class. |
ManagedRulesDefinition(IList<ManagedRuleSet>, IList<OwaspCrsExclusionEntry>) |
Initializes a new instance of the ManagedRulesDefinition class. |
ManagedRulesDefinition()
Initializes a new instance of the ManagedRulesDefinition class.
public ManagedRulesDefinition ();
Public Sub New ()
Applies to
ManagedRulesDefinition(IList<ManagedRuleSet>, IList<OwaspCrsExclusionEntry>)
Initializes a new instance of the ManagedRulesDefinition class.
public ManagedRulesDefinition (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ManagedRuleSet> managedRuleSets, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.OwaspCrsExclusionEntry> exclusions = default);
new Microsoft.Azure.Management.Network.Models.ManagedRulesDefinition : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ManagedRuleSet> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.OwaspCrsExclusionEntry> -> Microsoft.Azure.Management.Network.Models.ManagedRulesDefinition
Public Sub New (managedRuleSets As IList(Of ManagedRuleSet), Optional exclusions As IList(Of OwaspCrsExclusionEntry) = Nothing)
Parameters
- managedRuleSets
- IList<ManagedRuleSet>
The managed rule sets that are associated with the policy.
- exclusions
- IList<OwaspCrsExclusionEntry>
The Exclusions that are applied on the policy.
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