Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadRestoreRequest
-
Packages that use AzureWorkloadRestoreRequest Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureWorkloadRestoreRequest in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of AzureWorkloadRestoreRequest in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureWorkloadPointInTimeRestoreRequest
AzureWorkload SAP Hana -specific restore.class
AzureWorkloadSapHanaPointInTimeRestoreRequest
AzureWorkload SAP Hana -specific restore.class
AzureWorkloadSapHanaPointInTimeRestoreWithRehydrateRequest
AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point.class
AzureWorkloadSapHanaRestoreRequest
AzureWorkload SAP Hana-specific restore.class
AzureWorkloadSapHanaRestoreWithRehydrateRequest
AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point.class
AzureWorkloadSqlPointInTimeRestoreRequest
AzureWorkload SQL -specific restore.class
AzureWorkloadSqlPointInTimeRestoreWithRehydrateRequest
AzureWorkload SQL-specific restore with integrated rehydration of recovery point.class
AzureWorkloadSqlRestoreRequest
AzureWorkload SQL -specific restore.class
AzureWorkloadSqlRestoreWithRehydrateRequest
AzureWorkload SQL-specific restore with integrated rehydration of recovery point.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureWorkloadRestoreRequest Modifier and Type Method Description AzureWorkloadRestoreRequest
AzureWorkloadRestoreRequest. withPropertyBag(Map<String,String> propertyBag)
Set the propertyBag property: Workload specific property bag.AzureWorkloadRestoreRequest
AzureWorkloadRestoreRequest. withRecoveryMode(RecoveryMode recoveryMode)
Set the recoveryMode property: Defines whether the current recovery mode is file restore or database restore.AzureWorkloadRestoreRequest
AzureWorkloadRestoreRequest. withRecoveryType(RecoveryType recoveryType)
Set the recoveryType property: Type of this recovery.AzureWorkloadRestoreRequest
AzureWorkloadRestoreRequest. withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: Fully qualified ARM ID of the VM on which workload that was running is being recovered.AzureWorkloadRestoreRequest
AzureWorkloadRestoreRequest. withTargetInfo(TargetRestoreInfo targetInfo)
Set the targetInfo property: Details of target database.AzureWorkloadRestoreRequest
AzureWorkloadRestoreRequest. withTargetVirtualMachineId(String targetVirtualMachineId)
Set the targetVirtualMachineId property: This is the complete ARM Id of the target VM For e.g.
-