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

AnalyticsSynapseArtifactsModelFactory.IntegrationRuntimeListResponse 方法

定义

初始化 IntegrationRuntimeListResponse 的新实例。

public static Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeListResponse IntegrationRuntimeListResponse (System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeResource> value = default, string nextLink = default);
static member IntegrationRuntimeListResponse : seq<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeResource> * string -> Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeListResponse
Public Shared Function IntegrationRuntimeListResponse (Optional value As IEnumerable(Of IntegrationRuntimeResource) = Nothing, Optional nextLink As String = Nothing) As IntegrationRuntimeListResponse

参数

value
IEnumerable<IntegrationRuntimeResource>

集成运行时的列表。

nextLink
String

指向下一页结果的链接(如果存在任何剩余结果)。

返回

用于模拟的新 IntegrationRuntimeListResponse 实例。

适用于