你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

适用于