ExtendedLivyListSessionResponse 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
ExtendedLivyListSessionResponse() | |
ExtendedLivyListSessionResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivySessionResponse>) |
ExtendedLivyListSessionResponse()
public ExtendedLivyListSessionResponse ();
Public Sub New ()
Aplica-se a
ExtendedLivyListSessionResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivySessionResponse>)
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)
Parâmetros
- sessions
- IList<ExtendedLivySessionResponse>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET