Share via


ManagedInstancePatch.RequestedBackupStorageRedundancy Property

Definition

The storage account type to be 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? RequestedBackupStorageRedundancy { get; set; }
member this.RequestedBackupStorageRedundancy : Nullable<Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy> with get, set
Public Property RequestedBackupStorageRedundancy As Nullable(Of SqlBackupStorageRedundancy)

Property Value

Applies to