Partager via


SqlPoolSchemasOperationsExtensions.ListNextAsync Méthode

Définition

Obtient les schémas d’un pool SQL donné

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema>> ListNextAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolSchemasOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Synapse.ISqlPoolSchemasOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema>>
<Extension()>
Public Function ListNextAsync (operations As ISqlPoolSchemasOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SqlPoolSchema))

Paramètres

operations
ISqlPoolSchemasOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtient les schémas d’un pool SQL donné.

S’applique à