AzureWorkloadSQLRestoreWithRehydrateRequest Class
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.
AzureWorkload SQL-specific restore with integrated rehydration of recovery point
public class AzureWorkloadSQLRestoreWithRehydrateRequest : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRestoreRequest
type AzureWorkloadSQLRestoreWithRehydrateRequest = class
inherit AzureWorkloadSQLRestoreRequest
Public Class AzureWorkloadSQLRestoreWithRehydrateRequest
Inherits AzureWorkloadSQLRestoreRequest
- Inheritance
-
AzureWorkloadSQLRestoreWithRehydrateRequest
Constructors
AzureWorkloadSQLRestoreWithRehydrateRequest() |
Initializes a new instance of the AzureWorkloadSQLRestoreWithRehydrateRequest class. |
AzureWorkloadSQLRestoreWithRehydrateRequest(String, String, IDictionary<String, String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, RecoveryPointRehydrationInfo) |
Initializes a new instance of the AzureWorkloadSQLRestoreWithRehydrateRequest class. |
Properties
AlternateDirectoryPaths |
Gets or sets data directory details (Inherited from AzureWorkloadSQLRestoreRequest) |
IsNonRecoverable |
Gets or sets SQL specific property where user can chose to set no-recovery when restore operation is tried (Inherited from AzureWorkloadSQLRestoreRequest) |
PropertyBag |
Gets or sets workload specific property bag. (Inherited from AzureWorkloadRestoreRequest) |
RecoveryMode |
Gets or sets defines whether the current recovery mode is file restore or database restore. Possible values include: 'Invalid', 'FileRecovery', 'WorkloadRecovery' (Inherited from AzureWorkloadRestoreRequest) |
RecoveryPointRehydrationInfo |
Gets or sets RP Rehydration Info |
RecoveryType |
Gets or sets type of this recovery. Possible values include: 'Invalid', 'OriginalLocation', 'AlternateLocation', 'RestoreDisks', 'Offline' (Inherited from AzureWorkloadRestoreRequest) |
ShouldUseAlternateTargetLocation |
Gets or sets default option set to true. If this is set to false, alternate data directory must be provided (Inherited from AzureWorkloadSQLRestoreRequest) |
SourceResourceId |
Gets or sets fully qualified ARM ID of the VM on which workload that was running is being recovered. (Inherited from AzureWorkloadRestoreRequest) |
TargetInfo |
Gets or sets details of target database (Inherited from AzureWorkloadRestoreRequest) |
TargetVirtualMachineId |
Gets or sets this is the complete ARM Id of the target VM For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm} (Inherited from AzureWorkloadRestoreRequest) |