次の方法で共有


PipelineRunsQueryResponse コンストラクター

定義

オーバーロード

PipelineRunsQueryResponse()

PipelineRunsQueryResponse クラスの新しいインスタンスを初期化します。

PipelineRunsQueryResponse(IList<PipelineRun>, String)

PipelineRunsQueryResponse クラスの新しいインスタンスを初期化します。

PipelineRunsQueryResponse()

PipelineRunsQueryResponse クラスの新しいインスタンスを初期化します。

public PipelineRunsQueryResponse ();
Public Sub New ()

適用対象

PipelineRunsQueryResponse(IList<PipelineRun>, String)

PipelineRunsQueryResponse クラスの新しいインスタンスを初期化します。

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)

パラメーター

value
IList<PipelineRun>

パイプラインの実行の一覧。

continuationToken
String

残りの結果が存在する場合は、結果の次のページを取得するための継続トークン。それ以外の場合は null。

適用対象