Freigeben über


AzureWorkloadSQLPointInTimeRestoreRequest Konstruktoren

Definition

Überlädt

AzureWorkloadSQLPointInTimeRestoreRequest()

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRestoreRequest-Klasse.

AzureWorkloadSQLPointInTimeRestoreRequest(String, String, IDictionary<String, String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, Nullable<DateTime>)

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRestoreRequest-Klasse.

AzureWorkloadSQLPointInTimeRestoreRequest()

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRestoreRequest-Klasse.

public AzureWorkloadSQLPointInTimeRestoreRequest ();
Public Sub New ()

Gilt für:

AzureWorkloadSQLPointInTimeRestoreRequest(String, String, IDictionary<String, String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, Nullable<DateTime>)

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRestoreRequest-Klasse.

public AzureWorkloadSQLPointInTimeRestoreRequest (string recoveryType = default, string sourceResourceId = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.TargetRestoreInfo targetInfo = default, string recoveryMode = default, string targetVirtualMachineId = default, bool? shouldUseAlternateTargetLocation = default, bool? isNonRecoverable = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.SQLDataDirectoryMapping> alternateDirectoryPaths = default, DateTime? pointInTime = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLPointInTimeRestoreRequest : string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.TargetRestoreInfo * string * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.SQLDataDirectoryMapping> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLPointInTimeRestoreRequest
Public Sub New (Optional recoveryType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional propertyBag As IDictionary(Of String, String) = Nothing, Optional targetInfo As TargetRestoreInfo = Nothing, Optional recoveryMode As String = Nothing, Optional targetVirtualMachineId As String = Nothing, Optional shouldUseAlternateTargetLocation As Nullable(Of Boolean) = Nothing, Optional isNonRecoverable As Nullable(Of Boolean) = Nothing, Optional alternateDirectoryPaths As IList(Of SQLDataDirectoryMapping) = Nothing, Optional pointInTime As Nullable(Of DateTime) = Nothing)

Parameter

recoveryType
String

Typ dieser Wiederherstellung. Mögliche Werte: "Invalid", "OriginalLocation", "AlternateLocation", "RestoreDisks", "Offline"

sourceResourceId
String

Vollqualifizierte ARM-ID des virtuellen Computers, auf dem ausgeführte Workload wiederhergestellt wird.

propertyBag
IDictionary<String,String>

Workloadspezifischer Eigenschaftenbehälter.

targetInfo
TargetRestoreInfo

Details der Zieldatenbank

recoveryMode
String

Definiert, ob der aktuelle Wiederherstellungsmodus die Dateiwiederherstellung oder die Datenbankwiederherstellung ist. Mögliche Werte: "Invalid", "FileRecovery", "WorkloadRecovery"

targetVirtualMachineId
String

Dies ist die vollständige ARM-ID der Ziel-VM für z.B. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}

shouldUseAlternateTargetLocation
Nullable<Boolean>

Die Standardoption ist auf true festgelegt. Wenn dies auf false festgelegt ist, muss ein alternatives Datenverzeichnis bereitgestellt werden.

isNonRecoverable
Nullable<Boolean>

SQL-spezifische Eigenschaft, bei der der Benutzer die Option "Keine Wiederherstellung" festlegen kann, wenn der Wiederherstellungsvorgang versucht wird

alternateDirectoryPaths
IList<SQLDataDirectoryMapping>

Datenverzeichnisdetails

pointInTime
Nullable<DateTime>

PointInTime-Wert

Gilt für: