ExtendedLivyListSessionResponse Constructors

Definition

Overloads

ExtendedLivyListSessionResponse()
ExtendedLivyListSessionResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivySessionResponse>)

ExtendedLivyListSessionResponse()

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

Applies to

ExtendedLivyListSessionResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivySessionResponse>)

Source:
ExtendedLivyListSessionResponse.cs
public ExtendedLivyListSessionResponse (int? fromProperty = default, int? total = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse> sessions = default);
new Microsoft.Azure.Synapse.Models.ExtendedLivyListSessionResponse : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.ExtendedLivySessionResponse> -> Microsoft.Azure.Synapse.Models.ExtendedLivyListSessionResponse
Public Sub New (Optional fromProperty As Nullable(Of Integer) = Nothing, Optional total As Nullable(Of Integer) = Nothing, Optional sessions As IList(Of ExtendedLivySessionResponse) = Nothing)

Parameters

fromProperty
Nullable<Int32>
total
Nullable<Int32>

Applies to