LivyStatementResponseBody 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
LivyStatementResponseBody() | |
LivyStatementResponseBody(Nullable<Int32>, String, String, LivyStatementOutput) |
LivyStatementResponseBody()
- Origem:
- LivyStatementResponseBody.cs
public LivyStatementResponseBody ();
Public Sub New ()
Aplica-se a
LivyStatementResponseBody(Nullable<Int32>, String, String, LivyStatementOutput)
- Origem:
- LivyStatementResponseBody.cs
public LivyStatementResponseBody (int? id = default, string code = default, string state = default, Microsoft.Azure.Synapse.Models.LivyStatementOutput output = default);
new Microsoft.Azure.Synapse.Models.LivyStatementResponseBody : Nullable<int> * string * string * Microsoft.Azure.Synapse.Models.LivyStatementOutput -> Microsoft.Azure.Synapse.Models.LivyStatementResponseBody
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional code As String = Nothing, Optional state As String = Nothing, Optional output As LivyStatementOutput = Nothing)
Parâmetros
- code
- String
- state
- String
- output
- LivyStatementOutput
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