Share via


ExtendedLivyListBatchResponse Constructors

Definition

Overloads

ExtendedLivyListBatchResponse()
ExtendedLivyListBatchResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivyBatchResponse>)

ExtendedLivyListBatchResponse()

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

Applies to

ExtendedLivyListBatchResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivyBatchResponse>)

Source:
ExtendedLivyListBatchResponse.cs
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

fromProperty
Nullable<Int32>
total
Nullable<Int32>

Applies to