Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointRehydrationInfo
-
Packages that use RecoveryPointRehydrationInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPointRehydrationInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPointRehydrationInfo Modifier and Type Method Description RecoveryPointRehydrationInfo
AzureWorkloadSapHanaPointInTimeRestoreWithRehydrateRequest. recoveryPointRehydrationInfo()
Get the recoveryPointRehydrationInfo property: RP Rehydration Info.RecoveryPointRehydrationInfo
AzureWorkloadSapHanaRestoreWithRehydrateRequest. recoveryPointRehydrationInfo()
Get the recoveryPointRehydrationInfo property: RP Rehydration Info.RecoveryPointRehydrationInfo
AzureWorkloadSqlPointInTimeRestoreWithRehydrateRequest. recoveryPointRehydrationInfo()
Get the recoveryPointRehydrationInfo property: RP Rehydration Info.RecoveryPointRehydrationInfo
AzureWorkloadSqlRestoreWithRehydrateRequest. recoveryPointRehydrationInfo()
Get the recoveryPointRehydrationInfo property: RP Rehydration Info.RecoveryPointRehydrationInfo
IaasVMRestoreWithRehydrationRequest. recoveryPointRehydrationInfo()
Get the recoveryPointRehydrationInfo property: RP Rehydration Info.RecoveryPointRehydrationInfo
RecoveryPointRehydrationInfo. withRehydrationPriority(RehydrationPriority rehydrationPriority)
Set the rehydrationPriority property: Rehydration Priority.RecoveryPointRehydrationInfo
RecoveryPointRehydrationInfo. withRehydrationRetentionDuration(String rehydrationRetentionDuration)
Set the rehydrationRetentionDuration property: How long the rehydrated RP should be kept Should be ISO8601 Duration format e.g.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type RecoveryPointRehydrationInfo Modifier and Type Method Description AzureWorkloadSapHanaPointInTimeRestoreWithRehydrateRequest
AzureWorkloadSapHanaPointInTimeRestoreWithRehydrateRequest. withRecoveryPointRehydrationInfo(RecoveryPointRehydrationInfo recoveryPointRehydrationInfo)
Set the recoveryPointRehydrationInfo property: RP Rehydration Info.AzureWorkloadSapHanaRestoreWithRehydrateRequest
AzureWorkloadSapHanaRestoreWithRehydrateRequest. withRecoveryPointRehydrationInfo(RecoveryPointRehydrationInfo recoveryPointRehydrationInfo)
Set the recoveryPointRehydrationInfo property: RP Rehydration Info.AzureWorkloadSqlPointInTimeRestoreWithRehydrateRequest
AzureWorkloadSqlPointInTimeRestoreWithRehydrateRequest. withRecoveryPointRehydrationInfo(RecoveryPointRehydrationInfo recoveryPointRehydrationInfo)
Set the recoveryPointRehydrationInfo property: RP Rehydration Info.AzureWorkloadSqlRestoreWithRehydrateRequest
AzureWorkloadSqlRestoreWithRehydrateRequest. withRecoveryPointRehydrationInfo(RecoveryPointRehydrationInfo recoveryPointRehydrationInfo)
Set the recoveryPointRehydrationInfo property: RP Rehydration Info.IaasVMRestoreWithRehydrationRequest
IaasVMRestoreWithRehydrationRequest. withRecoveryPointRehydrationInfo(RecoveryPointRehydrationInfo recoveryPointRehydrationInfo)
Set the recoveryPointRehydrationInfo property: RP Rehydration Info.
-