Share via


SnapshotRecoverySource Constructors

Definition

Overloads

SnapshotRecoverySource()

Initializes a new instance of the SnapshotRecoverySource class.

SnapshotRecoverySource(String, String)

Initializes a new instance of the SnapshotRecoverySource class.

SnapshotRecoverySource()

Initializes a new instance of the SnapshotRecoverySource class.

public SnapshotRecoverySource ();
Public Sub New ()

Applies to

SnapshotRecoverySource(String, String)

Initializes a new instance of the SnapshotRecoverySource class.

public SnapshotRecoverySource (string location = default, string id = default);
new Microsoft.Azure.Management.WebSites.Models.SnapshotRecoverySource : string * string -> Microsoft.Azure.Management.WebSites.Models.SnapshotRecoverySource
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing)

Parameters

location
String

Geographical location of the source web app, e.g. SouthEastAsia, SouthCentralUS

id
String

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.

Applies to