次の方法で共有


IntegrationRuntimeDebugResource コンストラクター

定義

オーバーロード

IntegrationRuntimeDebugResource()

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

IntegrationRuntimeDebugResource(IntegrationRuntime, String)

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

IntegrationRuntimeDebugResource()

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

public IntegrationRuntimeDebugResource ();
Public Sub New ()

適用対象

IntegrationRuntimeDebugResource(IntegrationRuntime, String)

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

public IntegrationRuntimeDebugResource (Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime properties, string name = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDebugResource : Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDebugResource
Public Sub New (properties As IntegrationRuntime, Optional name As String = Nothing)

パラメーター

properties
IntegrationRuntime

統合ランタイムのプロパティ。

name
String

リソースの名前。

適用対象