Megosztás a következőn keresztül:


DatabasesOperationsExtensions.ListByCluster Method

Definition

Gets all databases in the specified RedisEnterprise cluster.

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)

Parameters

operations
IDatabasesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

clusterName
String

The name of the RedisEnterprise cluster.

Returns

Applies to