AutoBackupSettings.StorageAccessKey Property

Definition

Gets or sets storage account key where backup will be taken to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to