SqlPool.StorageAccountType Property

Definition

Gets or sets the storage account type used to store backups for this sql pool. Possible values include: 'GRS', 'LRS', 'ZRS'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to