你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LivyStatementResponseBody 构造函数

定义

重载

LivyStatementResponseBody()
LivyStatementResponseBody(Nullable<Int32>, String, String, LivyStatementOutput)

LivyStatementResponseBody()

Source:
LivyStatementResponseBody.cs
public LivyStatementResponseBody ();
Public Sub New ()

适用于

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)

参数

code
String
state
String

适用于