LivyStatementsResponseBody 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
LivyStatementsResponseBody() | |
LivyStatementsResponseBody(Nullable<Int32>, IList<LivyStatementResponseBody>) |
LivyStatementsResponseBody()
public LivyStatementsResponseBody ();
Public Sub New ()
Applies to
LivyStatementsResponseBody(Nullable<Int32>, IList<LivyStatementResponseBody>)
public LivyStatementsResponseBody (int? totalStatements = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.LivyStatementResponseBody> statements = default);
new Microsoft.Azure.Synapse.Models.LivyStatementsResponseBody : Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.LivyStatementResponseBody> -> Microsoft.Azure.Synapse.Models.LivyStatementsResponseBody
Public Sub New (Optional totalStatements As Nullable(Of Integer) = Nothing, Optional statements As IList(Of LivyStatementResponseBody) = Nothing)
Parameters
- statements
- IList<LivyStatementResponseBody>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET