Freigeben über


AzureWorkloadSQLRestoreWithRehydrateRequest Konstruktoren

Definition

Überlädt

AzureWorkloadSQLRestoreWithRehydrateRequest()

Initialisiert eine neue instance der AzureWorkloadSQLRestoreWithRehydrateRequest-Klasse.

AzureWorkloadSQLRestoreWithRehydrateRequest(String, String, IDictionary<String, String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, RecoveryPointRehydrationInfo)

Initialisiert eine neue instance der AzureWorkloadSQLRestoreWithRehydrateRequest-Klasse.

AzureWorkloadSQLRestoreWithRehydrateRequest()

Initialisiert eine neue instance der AzureWorkloadSQLRestoreWithRehydrateRequest-Klasse.

public AzureWorkloadSQLRestoreWithRehydrateRequest ();
Public Sub New ()

Gilt für:

AzureWorkloadSQLRestoreWithRehydrateRequest(String, String, IDictionary<String, String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, RecoveryPointRehydrationInfo)

Initialisiert eine neue instance der AzureWorkloadSQLRestoreWithRehydrateRequest-Klasse.

public AzureWorkloadSQLRestoreWithRehydrateRequest (string recoveryType = default, string sourceResourceId = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, Microsoft.Azure.Management.RecoveryServices.Backup.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.Models.SQLDataDirectoryMapping> alternateDirectoryPaths = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo recoveryPointRehydrationInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRestoreWithRehydrateRequest : string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetRestoreInfo * string * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SQLDataDirectoryMapping> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRestoreWithRehydrateRequest
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 recoveryPointRehydrationInfo As RecoveryPointRehydrationInfo = Nothing)

Parameter

recoveryType
String

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

sourceResourceId
String

Vollqualifizierte ARM-ID des virtuellen Computers, auf dem die 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 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 angegeben 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

recoveryPointRehydrationInfo
RecoveryPointRehydrationInfo

Informationen zur RP-Rehydrierung

Gilt für: