NetworkRuleSetListResult Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET