次の方法で共有


DistcpSettings コンストラクター

定義

オーバーロード

DistcpSettings()

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

DistcpSettings(Object, Object, Object)

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

DistcpSettings()

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

public DistcpSettings ();
Public Sub New ()

適用対象

DistcpSettings(Object, Object, Object)

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

public DistcpSettings (object resourceManagerEndpoint, object tempScriptPath, object distcpOptions = default);
new Microsoft.Azure.Management.DataFactory.Models.DistcpSettings : obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.DistcpSettings
Public Sub New (resourceManagerEndpoint As Object, tempScriptPath As Object, Optional distcpOptions As Object = Nothing)

パラメーター

resourceManagerEndpoint
Object

Yarn ResourceManager エンドポイントを指定します。 型: string (または resultType 文字列を含む式)。

tempScriptPath
Object

一時 Distcp コマンド スクリプトの格納に使用する既存のフォルダー パスを指定します。 このスクリプト ファイルは ADF によって生成され、コピー ジョブ完了後に削除されます。 型: string (または resultType 文字列を含む式)。

distcpOptions
Object

Distcp オプションを指定します。 型: string (または resultType 文字列を含む式)。

適用対象