AzureWorkloadSAPHanaRestoreWithRehydrateRequest Class

Definition

AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point.

public class AzureWorkloadSAPHanaRestoreWithRehydrateRequest : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSAPHanaRestoreRequest
type AzureWorkloadSAPHanaRestoreWithRehydrateRequest = class
    inherit AzureWorkloadSAPHanaRestoreRequest
Public Class AzureWorkloadSAPHanaRestoreWithRehydrateRequest
Inherits AzureWorkloadSAPHanaRestoreRequest
Inheritance

Constructors

AzureWorkloadSAPHanaRestoreWithRehydrateRequest()

Initializes a new instance of the AzureWorkloadSAPHanaRestoreWithRehydrateRequest class.

AzureWorkloadSAPHanaRestoreWithRehydrateRequest(String, String, IDictionary<String,String>, TargetRestoreInfo, String, String, RecoveryPointRehydrationInfo)

Initializes a new instance of the AzureWorkloadSAPHanaRestoreWithRehydrateRequest class.

Properties

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)
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)

Applies to