SparkSessionJob Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- appId
- String
- owner
- String
- proxyUser
- String
- kind
- String
- state
- String
- appInfo
- IDictionary<String,String>