Compartir a través de


DatabasesOperationsExtensions.ListByClusterNextAsync Método

Definición

Obtiene todas las bases de datos del clúster redisEnterprise especificado.

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

Parámetros

operations
IDatabasesOperations

Grupo de operaciones para 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