SparkJobListViewResponse Constructors

Definition

Overloads

SparkJobListViewResponse()
SparkJobListViewResponse(Nullable<Int32>, IList<SparkJob>)

SparkJobListViewResponse()

Source:
SparkJobListViewResponse.cs
public SparkJobListViewResponse ();
Public Sub New ()

Applies to

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)

Parameters

nJobs
Nullable<Int32>
sparkJobs
IList<SparkJob>

Applies to