Partager via


NetworkRuleSetListResult Constructeurs

Définition

Surcharges

NetworkRuleSetListResult()

Initialise une nouvelle instance de la classe NetworkRuleSetListResult.

NetworkRuleSetListResult(IList<NetworkRuleSet>, String)

Initialise une nouvelle instance de la classe NetworkRuleSetListResult.

NetworkRuleSetListResult()

Initialise une nouvelle instance de la classe NetworkRuleSetListResult.

public NetworkRuleSetListResult ();
Public Sub New ()

S’applique à

NetworkRuleSetListResult(IList<NetworkRuleSet>, String)

Initialise une nouvelle instance de la classe NetworkRuleSetListResult.

public NetworkRuleSetListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet> value = default, string nextLink = default);
new Microsoft.Azure.Management.EventHub.Models.NetworkRuleSetListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet> * string -> Microsoft.Azure.Management.EventHub.Models.NetworkRuleSetListResult
Public Sub New (Optional value As IList(Of NetworkRuleSet) = Nothing, Optional nextLink As String = Nothing)

Paramètres

value
IList<NetworkRuleSet>

Résultat de l’opération List NetworkRuleSet

nextLink
String

Lien vers l’ensemble de résultats suivant. Non vide si Value contient une liste incomplète de NetworkRuleSet.

S’applique à