次の方法で共有


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 インスタンス。

適用対象