次の方法で共有


DistcpSettings(Object, Object) コンストラクター

定義

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

public DistcpSettings (object resourceManagerEndpoint, object tempScriptPath);
new Azure.Analytics.Synapse.Artifacts.Models.DistcpSettings : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.DistcpSettings
Public Sub New (resourceManagerEndpoint As Object, tempScriptPath As Object)

パラメーター

resourceManagerEndpoint
Object

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

tempScriptPath
Object

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

例外

resourceManagerEndpoint または tempScriptPath が null です。

適用対象