Freigeben über


SparkStatementCollection Konstruktoren

Definition

Überlädt

SparkStatementCollection()
SparkStatementCollection(IList<SparkStatement>)

SparkStatementCollection()

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

Gilt für:

SparkStatementCollection(IList<SparkStatement>)

Quelle:
SparkStatementCollection.cs
public SparkStatementCollection (System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkStatement> statements = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkStatementCollection : System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkStatement> -> Microsoft.Azure.HDInsight.Job.Models.SparkStatementCollection
Public Sub New (Optional statements As IList(Of SparkStatement) = Nothing)

Parameter

statements
IList<SparkStatement>

Gilt für: