Compartir a través de


SparkStatementCollection Constructores

Definición

Sobrecargas

SparkStatementCollection()
SparkStatementCollection(IList<SparkStatement>)

SparkStatementCollection()

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

Se aplica a

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)

Parámetros

statements
IList<SparkStatement>

Se aplica a