Compartilhar via


DatabasesOperationsExtensions.ListByClusterNextAsync Método

Definição

Obtém todos os bancos de dados no cluster 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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a