Share via


ManagedInstancePatch.CurrentBackupStorageRedundancy Property

Definition

The storage account type used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage).

public Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy? CurrentBackupStorageRedundancy { get; }
member this.CurrentBackupStorageRedundancy : Nullable<Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy>
Public ReadOnly Property CurrentBackupStorageRedundancy As Nullable(Of SqlBackupStorageRedundancy)

Property Value

Applies to