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

TableSharedKeyCredential.SetAccountKey(String) Method

Definition

Update the Storage Account's access key. This intended to be used when you've regenerated your Storage Account's access keys and want to update long lived clients.

public void SetAccountKey(string accountKey);
member this.SetAccountKey : string -> unit
Public Sub SetAccountKey (accountKey As String)

Parameters

accountKey
String

A Storage Account access key.

Applies to