Share via


ManagedInstanceUpdate.RequestedBackupStorageRedundancy Property

Definition

Gets or sets 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). Possible values include: 'Geo', 'Local', 'Zone', 'GeoZone'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to