Udostępnij za pośrednictwem


RestorableDatabaseAccountGetResult.RestorableLocations Property

Definition

Gets list of regions where the of the database account can be restored from.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.restorableLocations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.RestorableLocationResource> RestorableLocations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.restorableLocations")>]
member this.RestorableLocations : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.RestorableLocationResource>
Public ReadOnly Property RestorableLocations As IList(Of RestorableLocationResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to