ExtendedLivyListSessionResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ExtendedLivyListSessionResponse() | |
ExtendedLivyListSessionResponse(Nullable<Int32>, Nullable<Int32>, IList<ExtendedLivySessionResponse>) |
ExtendedLivyListSessionResponse()
public ExtendedLivyListSessionResponse ();
Public Sub New ()
S’applique à
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)
Paramètres
- sessions
- IList<ExtendedLivySessionResponse>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET