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.FrontDoor.Models.ManagedRuleSet> managedRuleSets = default);
new Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSetList : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSet> -> Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleSetList
Public Sub New (Optional managedRuleSets As IList(Of ManagedRuleSet) = Nothing)
Parameters
- managedRuleSets
- IList<ManagedRuleSet>
List of rule sets.