ActivityRunsQueryResponse 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
ActivityRunsQueryResponse() |
Inicializa uma nova instância da classe ActivityRunsQueryResponse. |
ActivityRunsQueryResponse(IList<ActivityRun>, String) |
Inicializa uma nova instância da classe ActivityRunsQueryResponse. |
ActivityRunsQueryResponse()
Inicializa uma nova instância da classe ActivityRunsQueryResponse.
public ActivityRunsQueryResponse ();
Public Sub New ()
Aplica-se a
ActivityRunsQueryResponse(IList<ActivityRun>, String)
Inicializa uma nova instância da classe ActivityRunsQueryResponse.
public ActivityRunsQueryResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityRun> value, string continuationToken = default);
new Microsoft.Azure.Management.DataFactory.Models.ActivityRunsQueryResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityRun> * string -> Microsoft.Azure.Management.DataFactory.Models.ActivityRunsQueryResponse
Public Sub New (value As IList(Of ActivityRun), Optional continuationToken As String = Nothing)
Parâmetros
- value
- IList<ActivityRun>
Lista de execuções de atividade.
- 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