LivyStatementResponseBody Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LivyStatementResponseBody() | |
LivyStatementResponseBody(Nullable<Int32>, String, String, LivyStatementOutput) |
LivyStatementResponseBody()
- Source:
- LivyStatementResponseBody.cs
public LivyStatementResponseBody ();
Public Sub New ()
S’applique à
LivyStatementResponseBody(Nullable<Int32>, String, String, LivyStatementOutput)
- Source:
- 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)
Paramètres
- code
- String
- state
- String
- output
- LivyStatementOutput
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET