Compartilhar via


DatabasesOperationsExtensions.ListByClusterAsync 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>> ListByClusterAsync (this Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterAsync : Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisEnterprise.Models.Database>>
<Extension()>
Public Function ListByClusterAsync (operations As IDatabasesOperations, resourceGroupName As String, clusterName 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.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

clusterName
String

O nome do cluster RedisEnterprise.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a