SparkSessionJob Constructeurs
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.
Surcharges
SparkSessionJob() | |
SparkSessionJob(Nullable<Int32>, String, String, String, String, IList<String>, String, IDictionary<String,String>) |
SparkSessionJob()
SparkSessionJob(Nullable<Int32>, String, String, String, String, IList<String>, String, IDictionary<String,String>)
- Source:
- SparkSessionJob.cs
public SparkSessionJob (int? id = default, string appId = default, string owner = default, string proxyUser = default, string kind = default, System.Collections.Generic.IList<string> logLines = default, string state = default, System.Collections.Generic.IDictionary<string,string> appInfo = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkSessionJob : Nullable<int> * string * string * string * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.HDInsight.Job.Models.SparkSessionJob
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional appId As String = Nothing, Optional owner As String = Nothing, Optional proxyUser As String = Nothing, Optional kind As String = Nothing, Optional logLines As IList(Of String) = Nothing, Optional state As String = Nothing, Optional appInfo As IDictionary(Of String, String) = Nothing)
Paramètres
- appId
- String
- owner
- String
- proxyUser
- String
- kind
- String
- state
- String
- appInfo
- IDictionary<String,String>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET