次の方法で共有


DataFactoryIntegrationRuntimeDebugInfo クラス

定義

統合ランタイムデバッグ リソース。

public class DataFactoryIntegrationRuntimeDebugInfo : Azure.ResourceManager.DataFactory.Models.DataFactoryDebugInfo
type DataFactoryIntegrationRuntimeDebugInfo = class
    inherit DataFactoryDebugInfo
Public Class DataFactoryIntegrationRuntimeDebugInfo
Inherits DataFactoryDebugInfo
継承
DataFactoryIntegrationRuntimeDebugInfo

コンストラクター

DataFactoryIntegrationRuntimeDebugInfo(DataFactoryIntegrationRuntimeProperties)

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

プロパティ

Name

リソースの名前。

(継承元 DataFactoryDebugInfo)
Properties

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

適用対象