次の方法で共有


AzureStorageAuthenticationKey.FromAccountKey(String) メソッド

定義

Azure ストレージ アカウント キーを参照する新しい AzureStorageAuthenticationKey を作成します。

public static Microsoft.Azure.Batch.AzureStorageAuthenticationKey FromAccountKey (string key);
static member FromAccountKey : string -> Microsoft.Azure.Batch.AzureStorageAuthenticationKey
Public Shared Function FromAccountKey (key As String) As AzureStorageAuthenticationKey

パラメーター

key
String

ストレージ アカウント キー。

戻り値

Azure Storage アカウント キーを参照する新しい AzureStorageAuthenticationKey

適用対象