Compartir a través de


DatabasesOperationsExtensions.ListByServerNextAsync Método

Definición

Enumera todas las bases de datos de un servidor determinado.

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))

Parámetros

operations
IDatabasesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a