SnapshotRecoverySource Class

Definition

Specifies the web app that snapshot contents will be retrieved from.

public class SnapshotRecoverySource
type SnapshotRecoverySource = class
Public Class SnapshotRecoverySource
Inheritance
SnapshotRecoverySource

Constructors

SnapshotRecoverySource()

Initializes a new instance of the SnapshotRecoverySource class.

SnapshotRecoverySource(String, String)

Initializes a new instance of the SnapshotRecoverySource class.

Properties

Id

Gets or sets ARM resource ID of the source app. /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.

Location

Gets or sets geographical location of the source web app, e.g. SouthEastAsia, SouthCentralUS

Applies to