NetworkRuleSetListResult Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NetworkRuleSetListResult() |
Inicializa uma nova instância da classe NetworkRuleSetListResult. |
NetworkRuleSetListResult(IList<NetworkRuleSet>, String) |
Inicializa uma nova instância da classe NetworkRuleSetListResult. |
NetworkRuleSetListResult()
Inicializa uma nova instância da classe NetworkRuleSetListResult.
public NetworkRuleSetListResult ();
Public Sub New ()
Aplica-se a
NetworkRuleSetListResult(IList<NetworkRuleSet>, String)
Inicializa uma nova instância da 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)
Parâmetros
- value
- IList<NetworkRuleSet>
Resultado da operação List NetworkRuleSet
- nextLink
- String
Vincular ao próximo conjunto de resultados. Não está vazio se Value contiver uma lista incompleta de NetworkRuleSet.
Aplica-se a
Azure SDK for .NET