共用方式為


RestoreParameters.RestoreSource Property

Definition

Gets or sets the id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to