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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET