次の方法で共有


AzureStorageCredentialsInfo.AccountKey プロパティ

定義

アカウント キーを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="accountKey")]
public string AccountKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountKey")>]
member this.AccountKey : string with get, set
Public Property AccountKey As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ストレージ アカウント キー。 accountKey または accountKeySecretReference のいずれかを指定する必要があります。

適用対象