次の方法で共有


ExtendedLivyListSessionResponse コンストラクター

定義

オーバーロード

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

ExtendedLivyListSessionResponse()

ソース:
ExtendedLivyListSessionResponse.cs
public ExtendedLivyListSessionResponse ();
Public Sub New ()

適用対象

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

ソース:
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)

パラメーター

fromProperty
Nullable<Int32>
total
Nullable<Int32>

適用対象