TriggerQueryResponse 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
TriggerQueryResponse() |
Inicializa uma nova instância da classe TriggerQueryResponse. |
TriggerQueryResponse(IList<TriggerResource>, String) |
Inicializa uma nova instância da classe TriggerQueryResponse. |
TriggerQueryResponse()
Inicializa uma nova instância da classe TriggerQueryResponse.
public TriggerQueryResponse ();
Public Sub New ()
Aplica-se a
TriggerQueryResponse(IList<TriggerResource>, String)
Inicializa uma nova instância da classe TriggerQueryResponse.
public TriggerQueryResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.TriggerResource> value, string continuationToken = default);
new Microsoft.Azure.Management.DataFactory.Models.TriggerQueryResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.TriggerResource> * string -> Microsoft.Azure.Management.DataFactory.Models.TriggerQueryResponse
Public Sub New (value As IList(Of TriggerResource), Optional continuationToken As String = Nothing)
Parâmetros
- value
- IList<TriggerResource>
Lista de gatilhos.
- continuationToken
- String
O token de continuação para obter a próxima página de resultados, se houver resultados restantes, null caso contrário.
Aplica-se a
Azure SDK for .NET