Freigeben über


DistcpSettings Konstruktor

Definition

Initialisiert eine neue instance von DistcpSettings.

public DistcpSettings (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> resourceManagerEndpoint, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> tempScriptPath);
new Azure.ResourceManager.DataFactory.Models.DistcpSettings : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.DistcpSettings
Public Sub New (resourceManagerEndpoint As DataFactoryElement(Of String), tempScriptPath As DataFactoryElement(Of String))

Parameter

resourceManagerEndpoint
DataFactoryElement<String>

Gibt den Yarn ResourceManager-Endpunkt an. Type: string (oder Expression with resultType string).

tempScriptPath
DataFactoryElement<String>

Gibt einen vorhandenen Ordnerpfad an, der zum Speichern des temporären Distcp-Befehlsskripts verwendet wird. Die Skriptdatei wird von ADF generiert und nach Abschluss des Kopierauftrags entfernt. Type: string (oder Expression with resultType string).

Ausnahmen

resourceManagerEndpoint oder tempScriptPath ist NULL.

Gilt für: