Sdílet prostřednictvím


ManagedRuleSetList Constructors

Definition

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.

Applies to