ManagedRuleSetList 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
ManagedRuleSetList() |
Initializes a new instance of the ManagedRuleSetList class. |
ManagedRuleSetList(IList<ManagedRuleSet>) |
Initializes a new instance of the ManagedRuleSetList class. |
ManagedRuleSetList()
Initializes a new instance of the ManagedRuleSetList class.
public ManagedRuleSetList();
Public Sub New ()
Applies to
ManagedRuleSetList(IList<ManagedRuleSet>)
Initializes a new instance of the ManagedRuleSetList class.
public ManagedRuleSetList(System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ManagedRuleSet> managedRuleSets = default);
new Microsoft.Azure.Management.Cdn.Models.ManagedRuleSetList : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ManagedRuleSet> -> Microsoft.Azure.Management.Cdn.Models.ManagedRuleSetList
Public Sub New (Optional managedRuleSets As IList(Of ManagedRuleSet) = Nothing)
Parameters
- managedRuleSets
- IList<ManagedRuleSet>
List of rule sets.
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