SnapshotRecoverySource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AppService.Fluent.Models.SnapshotRecoverySource : string * string -> Microsoft.Azure.Management.AppService.Fluent.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
Azure SDK for .NET