Sdílet prostřednictvím


DatabasesOperationsExtensions.ListKeys Method

Definition

Retrieves the access keys for the RedisEnterprise database.

public static Microsoft.Azure.Management.RedisEnterprise.Models.AccessKeys ListKeys (this Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName);
static member ListKeys : Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations * string * string * string -> Microsoft.Azure.Management.RedisEnterprise.Models.AccessKeys
<Extension()>
Public Function ListKeys (operations As IDatabasesOperations, resourceGroupName As String, clusterName As String, databaseName As String) As AccessKeys

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.

databaseName
String

The name of the database.

Returns

Applies to