Freigeben über


PipelineRunsQueryResponse Konstruktoren

Definition

Überlädt

PipelineRunsQueryResponse()

Initialisiert einen neuen instance der PipelineRunsQueryResponse-Klasse.

PipelineRunsQueryResponse(IList<PipelineRun>, String)

Initialisiert einen neuen instance der PipelineRunsQueryResponse-Klasse.

PipelineRunsQueryResponse()

Initialisiert einen neuen instance der PipelineRunsQueryResponse-Klasse.

public PipelineRunsQueryResponse ();
Public Sub New ()

Gilt für:

PipelineRunsQueryResponse(IList<PipelineRun>, String)

Initialisiert einen neuen instance der PipelineRunsQueryResponse-Klasse.

public PipelineRunsQueryResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineRun> value, string continuationToken = default);
new Microsoft.Azure.Management.DataFactory.Models.PipelineRunsQueryResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineRun> * string -> Microsoft.Azure.Management.DataFactory.Models.PipelineRunsQueryResponse
Public Sub New (value As IList(Of PipelineRun), Optional continuationToken As String = Nothing)

Parameter

value
IList<PipelineRun>

Liste der Pipelineausführungen.

continuationToken
String

Das Fortsetzungstoken für das Abrufen der nächsten Ergebnisseite, wenn verbleibende Ergebnisse vorhanden sind, andernfalls NULL.

Gilt für: