IntegrationRuntimeDebugResource(IntegrationRuntime) コンストラクター

定義

IntegrationRuntimeDebugResource の新しいインスタンスを初期化します。

public IntegrationRuntimeDebugResource (Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntime properties);
new Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDebugResource : Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntime -> Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDebugResource
Public Sub New (properties As IntegrationRuntime)

パラメーター

properties
IntegrationRuntime

統合ランタイムのプロパティ。 基底クラスであることに注意 IntegrationRuntime してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSelfHostedIntegrationRuntime含まれますManagedIntegrationRuntime

例外

properties が null です。

適用対象