StorageAccountInfo.AccessKey Property

Definition

Gets or sets the access key associated with this Azure Storage account that will be used to connect to it.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to