SparkStatement Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SparkStatement() | |
SparkStatement(Nullable<Int32>, String, String, SparkStatementOutput, Nullable<Double>) |
SparkStatement()
SparkStatement(Nullable<Int32>, String, String, SparkStatementOutput, Nullable<Double>)
- Origem:
- 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)
Parâmetros
- code
- String
- state
- String
- output
- SparkStatementOutput
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET