DistcpSettings(Object, Object) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- resourceManagerEndpoint
- Object
Spécifie le point de terminaison Yarn ResourceManager. Type : chaîne (ou Expression avec chaîne resultType).
- tempScriptPath
- Object
Spécifie un chemin d’accès de dossier existant qui sera utilisé pour stocker le script de commande Distcp temporaire. Le fichier de script est généré par Azure Data Factory et supprimé une fois le travail de copie terminé. Type : chaîne (ou Expression avec chaîne resultType).
Exceptions
resourceManagerEndpoint
ou tempScriptPath
est null.
S’applique à
Azure SDK for .NET