你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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