Uses of Class
com.azure.resourcemanager.dataprotection.models.AzureBackupFindRestorableTimeRangesRequest
Package
Description
Package containing the service clients for DataProtectionClient.
Package containing the data models for DataProtectionClient.
-
Uses of AzureBackupFindRestorableTimeRangesRequest in com.azure.resourcemanager.dataprotection.fluent
Modifier and TypeMethodDescriptionRestorableTimeRangesClient.find
(String resourceGroupName, String vaultName, String backupInstanceName, AzureBackupFindRestorableTimeRangesRequest parameters) The find operation.com.azure.core.http.rest.Response<AzureBackupFindRestorableTimeRangesResponseResourceInner>
RestorableTimeRangesClient.findWithResponse
(String resourceGroupName, String vaultName, String backupInstanceName, AzureBackupFindRestorableTimeRangesRequest parameters, com.azure.core.util.Context context) The find operation. -
Uses of AzureBackupFindRestorableTimeRangesRequest in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionAzureBackupFindRestorableTimeRangesRequestResource.content()
Get the content property: AzureBackupFindRestorableTimeRangesRequestResource content.AzureBackupFindRestorableTimeRangesRequest.withEndTime
(String endTime) Set the endTime property: End time for the List Restore Ranges request.AzureBackupFindRestorableTimeRangesRequest.withSourceDataStoreType
(RestoreSourceDataStoreType sourceDataStoreType) Set the sourceDataStoreType property: Gets or sets the type of the source data store.AzureBackupFindRestorableTimeRangesRequest.withStartTime
(String startTime) Set the startTime property: Start time for the List Restore Ranges request.Modifier and TypeMethodDescriptionRestorableTimeRanges.find
(String resourceGroupName, String vaultName, String backupInstanceName, AzureBackupFindRestorableTimeRangesRequest parameters) The find operation.com.azure.core.http.rest.Response<AzureBackupFindRestorableTimeRangesResponseResource>
RestorableTimeRanges.findWithResponse
(String resourceGroupName, String vaultName, String backupInstanceName, AzureBackupFindRestorableTimeRangesRequest parameters, com.azure.core.util.Context context) The find operation.AzureBackupFindRestorableTimeRangesRequestResource.withContent
(AzureBackupFindRestorableTimeRangesRequest content) Set the content property: AzureBackupFindRestorableTimeRangesRequestResource content.