次の方法で共有


LinkedIntegrationRuntimeRequest コンストラクター

定義

オーバーロード

LinkedIntegrationRuntimeRequest()

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

LinkedIntegrationRuntimeRequest(String)

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

LinkedIntegrationRuntimeRequest()

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

public LinkedIntegrationRuntimeRequest ();
Public Sub New ()

適用対象

LinkedIntegrationRuntimeRequest(String)

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

public LinkedIntegrationRuntimeRequest (string linkedFactoryName);
new Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeRequest : string -> Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeRequest
Public Sub New (linkedFactoryName As String)

パラメーター

linkedFactoryName
String

リンクされた統合ランタイムのデータ ファクトリ名。

適用対象