SparkBatchJobCollection 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
SparkBatchJobCollection() | |
SparkBatchJobCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkBatchJob>) |
SparkBatchJobCollection()
SparkBatchJobCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkBatchJob>)
- Source:
- 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)
Parameters
- sessions
- IList<SparkBatchJob>