Share via


AzureStorageCredentialsInfo.AccountKey Property

Definition

Gets or sets account key.

[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

Remarks

Storage account key. One of accountKey or accountKeySecretReference must be specified.

Applies to