Freigeben über


SparkBatchJobCollection Konstruktoren

Definition

Überlädt

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

SparkBatchJobCollection()

Quelle:
SparkBatchJobCollection.cs
public SparkBatchJobCollection ();
Public Sub New ()

Gilt für:

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

Quelle:
SparkBatchJobCollection.cs
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)

Parameter

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

Gilt für: