Compartilhar via


ActivityRunsQueryResponse Construtores

Definição

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