Partager via


ManagedDatabaseTablesOperationsExtensions.ListBySchemaNextAsync Méthode

Définition

Répertorier les tables de base de données managées

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

Paramètres

operations
IManagedDatabaseTablesOperations

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

S’applique à