你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExtendedLivyListBatchResponse 构造函数

定义

重载

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

ExtendedLivyListBatchResponse()

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

适用于

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)

参数

fromProperty
Nullable<Int32>
total
Nullable<Int32>

适用于