Compartilhar via


SparkStatementCollection Construtores

Definição

Sobrecargas

SparkStatementCollection()
SparkStatementCollection(IList<SparkStatement>)

SparkStatementCollection()

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

Aplica-se a

SparkStatementCollection(IList<SparkStatement>)

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

Parâmetros

statements
IList<SparkStatement>

Aplica-se a