ExtendedLivySessionResponse 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
ExtendedLivySessionResponse()
public ExtendedLivySessionResponse ();
Public Sub New ()
Applies to
ExtendedLivySessionResponse(LivySessionStateInformation, String, String, String, String, String, String, String, String, SchedulerInformation, SparkServicePluginInformation, IList<ErrorInformation>, IDictionary<String, String>, Nullable<Int32>, String, IDictionary<String,String>, String, IList<String>)
public ExtendedLivySessionResponse (Microsoft.Azure.Synapse.Models.LivySessionStateInformation livyInfo = default, string name = default, string workspaceName = default, string sparkPoolName = default, string submitterName = default, string submitterId = default, string artifactId = default, string jobType = default, string result = default, Microsoft.Azure.Synapse.Models.SchedulerInformation schedulerInfo = default, Microsoft.Azure.Synapse.Models.SparkServicePluginInformation pluginInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.ErrorInformation> errorInfo = default, System.Collections.Generic.IDictionary<string,string> tags = default, int? id = default, string appId = default, System.Collections.Generic.IDictionary<string,string> appInfo = default, string state = default, System.Collections.Generic.IList<string> log = default);
new Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse : Microsoft.Azure.Synapse.Models.LivySessionStateInformation * string * string * string * string * string * string * string * string * Microsoft.Azure.Synapse.Models.SchedulerInformation * Microsoft.Azure.Synapse.Models.SparkServicePluginInformation * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.ErrorInformation> * System.Collections.Generic.IDictionary<string, string> * Nullable<int> * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse
Public Sub New (Optional livyInfo As LivySessionStateInformation = Nothing, Optional name As String = Nothing, Optional workspaceName As String = Nothing, Optional sparkPoolName As String = Nothing, Optional submitterName As String = Nothing, Optional submitterId As String = Nothing, Optional artifactId As String = Nothing, Optional jobType As String = Nothing, Optional result As String = Nothing, Optional schedulerInfo As SchedulerInformation = Nothing, Optional pluginInfo As SparkServicePluginInformation = Nothing, Optional errorInfo As IList(Of ErrorInformation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional id As Nullable(Of Integer) = Nothing, Optional appId As String = Nothing, Optional appInfo As IDictionary(Of String, String) = Nothing, Optional state As String = Nothing, Optional log As IList(Of String) = Nothing)
Parameters
- livyInfo
- LivySessionStateInformation
- name
- String
- workspaceName
- String
- sparkPoolName
- String
- submitterName
- String
- submitterId
- String
- artifactId
- String
- jobType
- String
- result
- String
- schedulerInfo
- SchedulerInformation
- pluginInfo
- SparkServicePluginInformation
- errorInfo
- IList<ErrorInformation>
- tags
- IDictionary<String,String>
- appId
- String
- appInfo
- IDictionary<String,String>
- state
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET