AzureWorkloadPointInTimeRestoreRequest 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 SAP Hana -specific restore. Specifically for PointInTime/Log restore
public class AzureWorkloadPointInTimeRestoreRequest : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadRestoreRequest
type AzureWorkloadPointInTimeRestoreRequest = class
inherit AzureWorkloadRestoreRequest
Public Class AzureWorkloadPointInTimeRestoreRequest
Inherits AzureWorkloadRestoreRequest
- Inheritance
Constructors
AzureWorkloadPointInTimeRestoreRequest() |
Initializes a new instance of the AzureWorkloadPointInTimeRestoreRequest class. |
AzureWorkloadPointInTimeRestoreRequest(String, String, IDictionary<String,String>, TargetRestoreInfo, String, String, Nullable<DateTime>) |
Initializes a new instance of the AzureWorkloadPointInTimeRestoreRequest class. |
Properties
PointInTime |
Gets or sets pointInTime value |
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) |
RecoveryType |
Gets or sets type of this recovery. Possible values include: 'Invalid', 'OriginalLocation', 'AlternateLocation', 'RestoreDisks', 'Offline' (Inherited from AzureWorkloadRestoreRequest) |
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) |