Uses of Class
com.azure.resourcemanager.dataprotection.models.TargetDetails
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of TargetDetails in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionRestoreFilesTargetInfo.targetDetails()
Get the targetDetails property: Destination of RestoreAsFiles operation, when destination is not a datasource.TargetDetails.withFilePrefix
(String filePrefix) Set the filePrefix property: Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them.TargetDetails.withRestoreTargetLocationType
(RestoreTargetLocationType restoreTargetLocationType) Set the restoreTargetLocationType property: Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}.Set the url property: Url denoting the restore destination.Modifier and TypeMethodDescriptionRestoreFilesTargetInfo.withTargetDetails
(TargetDetails targetDetails) Set the targetDetails property: Destination of RestoreAsFiles operation, when destination is not a datasource.