次の方法で共有


SparkSessionCollection コンストラクター

定義

オーバーロード

SparkSessionCollection()
SparkSessionCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkSessionJob>)

SparkSessionCollection()

ソース:
SparkSessionCollection.cs
public SparkSessionCollection ();
Public Sub New ()

適用対象

SparkSessionCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkSessionJob>)

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

パラメーター

fromProperty
Nullable<Int32>
total
Nullable<Int32>

適用対象