Partager via


ManagedDatabaseSchemasOperationsExtensions.ListByDatabaseNext Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseSchema> ListByDatabaseNext (this Microsoft.Azure.Management.Sql.IManagedDatabaseSchemasOperations operations, string nextPageLink);
static member ListByDatabaseNext : Microsoft.Azure.Management.Sql.IManagedDatabaseSchemasOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseSchema>
<Extension()>
Public Function ListByDatabaseNext (operations As IManagedDatabaseSchemasOperations, nextPageLink As String) As 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.

Retours

S’applique à