Share via


ManagedInstance.CurrentBackupStorageRedundancy Property

Definition

Gets the storage account type used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage). Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentBackupStorageRedundancy")]
public string CurrentBackupStorageRedundancy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentBackupStorageRedundancy")>]
member this.CurrentBackupStorageRedundancy : string
Public ReadOnly Property CurrentBackupStorageRedundancy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to