다음을 통해 공유


DistcpSettings Constructors

Definition

Overloads

DistcpSettings()

Initializes a new instance of the DistcpSettings class.

DistcpSettings(Object, Object, Object)

Initializes a new instance of the DistcpSettings class.

DistcpSettings()

Initializes a new instance of the DistcpSettings class.

public DistcpSettings ();
Public Sub New ()

Applies to

DistcpSettings(Object, Object, Object)

Initializes a new instance of the DistcpSettings class.

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)

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).

distcpOptions
Object

Specifies the Distcp options. Type: string (or Expression with resultType string).

Applies to