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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET