Bagikan melalui


PipelineRunsQueryResponse Constructors

Definition

Overloads

PipelineRunsQueryResponse()

Initializes a new instance of the PipelineRunsQueryResponse class.

PipelineRunsQueryResponse(IList<PipelineRun>, String)

Initializes a new instance of the PipelineRunsQueryResponse class.

PipelineRunsQueryResponse()

Initializes a new instance of the PipelineRunsQueryResponse class.

public PipelineRunsQueryResponse ();
Public Sub New ()

Applies to

PipelineRunsQueryResponse(IList<PipelineRun>, String)

Initializes a new instance of the PipelineRunsQueryResponse class.

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)

Parameters

value
IList<PipelineRun>

List of pipeline runs.

continuationToken
String

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

Applies to