Share via


AzureFileVolume.StorageAccountKey Property

Definition

Gets or sets the storage account access key used to access the Azure File share.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to