Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadRecoveryPoint
-
Packages that use AzureWorkloadRecoveryPoint Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureWorkloadRecoveryPoint in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of AzureWorkloadRecoveryPoint in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureWorkloadPointInTimeRecoveryPoint
Recovery point specific to PointInTime.class
AzureWorkloadSapHanaPointInTimeRecoveryPoint
Recovery point specific to PointInTime in SAPHana.class
AzureWorkloadSapHanaRecoveryPoint
SAPHana specific recoverypoint, specifically encapsulates full/diff recoverypoints.class
AzureWorkloadSqlPointInTimeRecoveryPoint
Recovery point specific to PointInTime.class
AzureWorkloadSqlRecoveryPoint
SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureWorkloadRecoveryPoint Modifier and Type Method Description AzureWorkloadRecoveryPoint
AzureWorkloadRecoveryPoint. withRecoveryPointMoveReadinessInfo(Map<String,RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo)
Set the recoveryPointMoveReadinessInfo property: Eligibility of RP to be moved to another tier.AzureWorkloadRecoveryPoint
AzureWorkloadRecoveryPoint. withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.AzureWorkloadRecoveryPoint
AzureWorkloadRecoveryPoint. withRecoveryPointTimeInUtc(OffsetDateTime recoveryPointTimeInUtc)
Set the recoveryPointTimeInUtc property: UTC time at which recovery point was created.AzureWorkloadRecoveryPoint
AzureWorkloadRecoveryPoint. withType(RestorePointType type)
Set the type property: Type of restore point.
-