Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.GenericRecoveryPoint
-
Packages that use GenericRecoveryPoint Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of GenericRecoveryPoint in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return GenericRecoveryPoint Modifier and Type Method Description GenericRecoveryPoint
GenericRecoveryPoint. withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly name of the backup copy.GenericRecoveryPoint
GenericRecoveryPoint. withRecoveryPointAdditionalInfo(String recoveryPointAdditionalInfo)
Set the recoveryPointAdditionalInfo property: Additional information associated with this backup copy.GenericRecoveryPoint
GenericRecoveryPoint. withRecoveryPointTime(OffsetDateTime recoveryPointTime)
Set the recoveryPointTime property: Time at which this backup copy was created.GenericRecoveryPoint
GenericRecoveryPoint. withRecoveryPointType(String recoveryPointType)
Set the recoveryPointType property: Type of the backup copy.
-