Partilhar via


ExtendedLivyListBatchResponse Construtores

Definição

Sobrecargas

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

ExtendedLivyListBatchResponse()

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

Aplica-se a

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

Origem:
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)

Parâmetros

fromProperty
Nullable<Int32>
total
Nullable<Int32>

Aplica-se a