ExtendedLivyListBatchResponse 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
ExtendedLivyListBatchResponse() | |
ExtendedLivyListBatchResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivyBatchResponse>) |
ExtendedLivyListBatchResponse()
public ExtendedLivyListBatchResponse ();
Public Sub New ()
Applies to
ExtendedLivyListBatchResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivyBatchResponse>)
public ExtendedLivyListBatchResponse (int? fromProperty = default, int? total = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.ExtendedLivyBatchResponse> sessions = default);
new Microsoft.Azure.Synapse.Models.ExtendedLivyListBatchResponse : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.ExtendedLivyBatchResponse> -> Microsoft.Azure.Synapse.Models.ExtendedLivyListBatchResponse
Public Sub New (Optional fromProperty As Nullable(Of Integer) = Nothing, Optional total As Nullable(Of Integer) = Nothing, Optional sessions As IList(Of ExtendedLivyBatchResponse) = Nothing)
Parameters
- sessions
- IList<ExtendedLivyBatchResponse>
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