Partager via


DatabasesOperationsExtensions.ListByServerNextAsync Méthode

Définition

Répertorier toutes les bases de données d’un serveur donné.

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

Paramètres

operations
IDatabasesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à