DistcpSettings(Object, Object) Constructor

Definition

Initializes a new instance of 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)

Parameters

resourceManagerEndpoint
Object

Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).

tempScriptPath
Object

Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).

Exceptions

resourceManagerEndpoint or tempScriptPath is null.

Applies to