SparkStatement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SparkStatement() | |
SparkStatement(Nullable<Int32>, String, String, SparkStatementOutput, Nullable<Double>) |
SparkStatement()
SparkStatement(Nullable<Int32>, String, String, SparkStatementOutput, Nullable<Double>)
- Source:
- SparkStatement.cs
public SparkStatement (int? id = default, string code = default, string state = default, Microsoft.Azure.HDInsight.Job.Models.SparkStatementOutput output = default, double? progress = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkStatement : Nullable<int> * string * string * Microsoft.Azure.HDInsight.Job.Models.SparkStatementOutput * Nullable<double> -> Microsoft.Azure.HDInsight.Job.Models.SparkStatement
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional code As String = Nothing, Optional state As String = Nothing, Optional output As SparkStatementOutput = Nothing, Optional progress As Nullable(Of Double) = Nothing)
Parameters
- code
- String
- state
- String
- output
- SparkStatementOutput
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET