Uses of Class
com.azure.resourcemanager.dataprotection.models.RestorableTimeRange
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of RestorableTimeRange in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionRestorableTimeRange.withEndTime
(String endTime) Set the endTime property: End time for the available restore range.RestorableTimeRange.withObjectType
(String objectType) Set the objectType property: The objectType property.RestorableTimeRange.withStartTime
(String startTime) Set the startTime property: Start time for the available restore range.Modifier and TypeMethodDescriptionAzureBackupFindRestorableTimeRangesResponse.restorableTimeRanges()
Get the restorableTimeRanges property: Returns the Restore Ranges available on the Backup Instance.Modifier and TypeMethodDescriptionAzureBackupFindRestorableTimeRangesResponse.withRestorableTimeRanges
(List<RestorableTimeRange> restorableTimeRanges) Set the restorableTimeRanges property: Returns the Restore Ranges available on the Backup Instance.