Partager via


ManagedDatabaseSchemasOperationsExtensions.ListByDatabaseNextAsync Méthode

Définition

Répertorier les schémas de base de données managées

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

Paramètres

operations
IManagedDatabaseSchemasOperations

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 à