Share via


SnapshotRestoreRequest.RecoverySource Property

Definition

Gets or sets optional. Specifies the web app that snapshot contents will be retrieved from. If empty, the targeted web app will be used as the source.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.recoverySource")]
public Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoverySource RecoverySource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.recoverySource")>]
member this.RecoverySource : Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoverySource with get, set
Public Property RecoverySource As SnapshotRecoverySource

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to