SnapshotRecoverySource Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SnapshotRecoverySource() |
Initialisiert eine neue instance der SnapshotRecoverySource-Klasse. |
SnapshotRecoverySource(String, String) |
Initialisiert eine neue instance der SnapshotRecoverySource-Klasse. |
SnapshotRecoverySource()
Initialisiert eine neue instance der SnapshotRecoverySource-Klasse.
public SnapshotRecoverySource ();
Public Sub New ()
Gilt für:
SnapshotRecoverySource(String, String)
Initialisiert eine neue instance der SnapshotRecoverySource-Klasse.
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)
Parameter
- location
- String
Geografischer Standort der Quell-Web-App, z. B. SouthEastAsia, SouthCentralUS
- id
- String
ARM-Ressourcen-ID der Quell-App. /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} für Produktionsslots und /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} für andere Slots.
Gilt für:
Azure SDK for .NET