Partager via


DatabasesOperationsExtensions.ListByCluster Méthode

Définition

Obtient toutes les bases de données du cluster RedisEnterprise spécifié.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisEnterprise.Models.Database> ListByCluster (this Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisEnterprise.Models.Database>
<Extension()>
Public Function ListByCluster (operations As IDatabasesOperations, resourceGroupName As String, clusterName As String) As IPage(Of Database)

Paramètres

operations
IDatabasesOperations

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

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName
String

Nom du cluster RedisEnterprise.

Retours

S’applique à