Compartilhar via


SparkJobListViewResponse Construtores

Definição

Sobrecargas

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

SparkJobListViewResponse()

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

Aplica-se a

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

Origem:
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)

Parâmetros

nJobs
Nullable<Int32>
sparkJobs
IList<SparkJob>

Aplica-se a