ExtendedLivyListBatchResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ExtendedLivyListBatchResponse() | |
ExtendedLivyListBatchResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivyBatchResponse>) |
ExtendedLivyListBatchResponse()
public ExtendedLivyListBatchResponse ();
Public Sub New ()
Aplica-se a
ExtendedLivyListBatchResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivyBatchResponse>)
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
- sessions
- IList<ExtendedLivyBatchResponse>
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET