SparkJobListViewResponse 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
SparkJobListViewResponse() | |
SparkJobListViewResponse(Nullable<Int32>, IList<SparkJob>) |
SparkJobListViewResponse()
SparkJobListViewResponse(Nullable<Int32>, IList<SparkJob>)
- Source:
- SparkJobListViewResponse.cs
public SparkJobListViewResponse (int? nJobs = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.SparkJob> sparkJobs = default);
new Microsoft.Azure.Synapse.Models.SparkJobListViewResponse : Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.SparkJob> -> Microsoft.Azure.Synapse.Models.SparkJobListViewResponse
Public Sub New (Optional nJobs As Nullable(Of Integer) = Nothing, Optional sparkJobs As IList(Of SparkJob) = Nothing)