Share via


StorageAccount.AccountKey Property

Definition

Gets or sets the account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to