HDInsightSparkActivity(String, 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 HDInsightSparkActivity.
public HDInsightSparkActivity (string name, object rootPath, object entryFilePath);
new Azure.Analytics.Synapse.Artifacts.Models.HDInsightSparkActivity : string * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.HDInsightSparkActivity
Public Sub New (name As String, rootPath As Object, entryFilePath As Object)
Paramètres
- name
- String
Nom de l’activité.
- rootPath
- Object
Chemin d’accès racine dans « sparkJobLinkedService » pour tous les fichiers du travail. Type : chaîne (ou Expression avec chaîne resultType).
- entryFilePath
- Object
Chemin d’accès relatif au dossier racine du code/package à exécuter. Type : chaîne (ou Expression avec chaîne resultType).
Exceptions
name
, rootPath
ou entryFilePath
a la valeur Null.
S’applique à
Azure SDK for .NET