Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPoint
-
Packages that use RecoveryPoint Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPoint in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return RecoveryPoint Modifier and Type Method Description RecoveryPoint
RecoveryPointResourceInner. properties()
Get the properties property: RecoveryPointResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type RecoveryPoint Modifier and Type Method Description RecoveryPointResourceInner
RecoveryPointResourceInner. withProperties(RecoveryPoint properties)
Set the properties property: RecoveryPointResource properties. -
Uses of RecoveryPoint in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of RecoveryPoint in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureFileShareRecoveryPoint
Azure File Share workload specific backup copy.class
AzureWorkloadPointInTimeRecoveryPoint
Recovery point specific to PointInTime.class
AzureWorkloadRecoveryPoint
Workload specific recovery point, specifically encapsulates full/diff recovery point.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.class
GenericRecoveryPoint
Generic backup copy.class
IaasVMRecoveryPoint
IaaS VM workload specific backup copy.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPoint Modifier and Type Method Description RecoveryPoint
RecoveryPointResource. properties()
Gets the properties property: RecoveryPointResource properties.
-