LivyStatementResponseBody 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
LivyStatementResponseBody() | |
LivyStatementResponseBody(Nullable<Int32>, String, String, LivyStatementOutput) |
LivyStatementResponseBody()
- Source:
- LivyStatementResponseBody.cs
public LivyStatementResponseBody();
Public Sub New ()
Applies to
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)
Parameters
- code
- String
- state
- String
- output
- LivyStatementOutput
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET