SparkStatementCollection Constructors

Definition

Overloads

SparkStatementCollection()

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

Applies to

SparkStatementCollection(IList<SparkStatement>)

Source:
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)

Parameters

statements
IList<SparkStatement>

Applies to