StorageAccountOperationsExtensions.GetKeysAsync 方法 (IStorageAccountOperations, String)
以异步方式检索存储帐户的主要和辅助访问密钥。
命名空间: Microsoft.WindowsAzure.Management.Storage
程序集: Microsoft.WindowsAzure.Management.Storage(Microsoft.WindowsAzure.Management.Storage.dll 中)
语法
public static Task<StorageAccountGetKeysResponse> GetKeysAsync(
this IStorageAccountOperations operations,
string accountName
)
public:
[ExtensionAttribute]
static Task<StorageAccountGetKeysResponse^>^ GetKeysAsync(
IStorageAccountOperations^ operations,
String^ accountName
)
static member GetKeysAsync :
operations:IStorageAccountOperations *
accountName:string -> Task<StorageAccountGetKeysResponse>
<ExtensionAttribute>
Public Shared Function GetKeysAsync (
operations As IStorageAccountOperations,
accountName As String
) As Task(Of StorageAccountGetKeysResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperationsIStorageAccountOperations 指定存储帐户的操作的对象。
- serviceName
应为其检索密钥的存储帐户名称。
返回值
Type: System.Threading.Tasks.Task<StorageAccountGetKeysResponse>
StorageAccountGetKeysResponse 对象,其中包含主要和辅助访问密钥为存储帐户。
备注
有关检索访问密钥的详细信息,请参阅以下资源:
请参阅
StorageAccountOperationsExtensions 类
Microsoft.WindowsAzure.Management.Storage 命名空间
返回页首