SparkBatchJobCollection Constructors

Definition

Overloads

SparkBatchJobCollection()
SparkBatchJobCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkBatchJob>)

SparkBatchJobCollection()

public SparkBatchJobCollection ();
Public Sub New ()

Applies to

SparkBatchJobCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkBatchJob>)

public SparkBatchJobCollection (int? fromProperty = default, int? total = default, System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJob> sessions = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobCollection : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJob> -> Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobCollection
Public Sub New (Optional fromProperty As Nullable(Of Integer) = Nothing, Optional total As Nullable(Of Integer) = Nothing, Optional sessions As IList(Of SparkBatchJob) = Nothing)

Parameters

fromProperty
Nullable<Int32>
total
Nullable<Int32>
sessions
IList<SparkBatchJob>

Applies to