WorkloadSqlPointInTimeRestoreWithRehydrateContent 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 WorkloadSqlPointInTimeRestoreWithRehydrateContent : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSqlPointInTimeRestoreContent
type WorkloadSqlPointInTimeRestoreWithRehydrateContent = class
inherit WorkloadSqlPointInTimeRestoreContent
Public Class WorkloadSqlPointInTimeRestoreWithRehydrateContent
Inherits WorkloadSqlPointInTimeRestoreContent
- Inheritance
-
WorkloadSqlPointInTimeRestoreWithRehydrateContent
Constructors
WorkloadSqlPointInTimeRestoreWithRehydrateContent() |
Initializes a new instance of WorkloadSqlPointInTimeRestoreWithRehydrateContent. |
Properties
AlternateDirectoryPaths |
Data directory details. (Inherited from WorkloadSqlRestoreContent) |
IsNonRecoverable |
SQL specific property where user can chose to set no-recovery when restore operation is tried. (Inherited from WorkloadSqlRestoreContent) |
PointInTime |
PointInTime value. (Inherited from WorkloadSqlPointInTimeRestoreContent) |
PropertyBag |
Workload specific property bag. (Inherited from WorkloadRestoreContent) |
RecoveryMode |
Defines whether the current recovery mode is file restore or database restore. (Inherited from WorkloadRestoreContent) |
RecoveryPointRehydrationInfo |
RP Rehydration Info. |
RecoveryType |
Type of this recovery. (Inherited from WorkloadRestoreContent) |
ShouldUseAlternateTargetLocation |
Default option set to true. If this is set to false, alternate data directory must be provided. (Inherited from WorkloadSqlRestoreContent) |
SnapshotRestoreParameters |
Additional details for snapshot recovery Currently used for snapshot for SAP Hana. (Inherited from WorkloadRestoreContent) |
SourceResourceId |
Fully qualified ARM ID of the VM on which workload that was running is being recovered. (Inherited from WorkloadRestoreContent) |
TargetInfo |
Details of target database. (Inherited from WorkloadRestoreContent) |
TargetResourceGroupName |
Defines the Resource group of the Target VM. (Inherited from WorkloadRestoreContent) |
TargetVirtualMachineId |
This is the complete ARM Id of the target VM For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm} (Inherited from WorkloadRestoreContent) |
UserAssignedManagedIdentityDetails |
User Assigned managed identity details Currently used for snapshot. (Inherited from WorkloadRestoreContent) |
Applies to
Azure SDK for .NET