你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatabasesOperationsExtensions.ListKeys 方法

定义

检索 RedisEnterprise 数据库的访问密钥。

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

参数

operations
IDatabasesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

clusterName
String

RedisEnterprise 群集的名称。

databaseName
String

数据库的名称。

返回

适用于