Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RestoreFileSpecs
-
Packages that use RestoreFileSpecs Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RestoreFileSpecs in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RestoreFileSpecs Modifier and Type Method Description RestoreFileSpecs
RestoreFileSpecs. withFileSpecType(String fileSpecType)
Set the fileSpecType property: Indicates what the Path variable stands for.RestoreFileSpecs
RestoreFileSpecs. withPath(String path)
Set the path property: Source File/Folder path.RestoreFileSpecs
RestoreFileSpecs. withTargetFolderPath(String targetFolderPath)
Set the targetFolderPath property: Destination folder path in target FileShare.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type RestoreFileSpecs Modifier and Type Method Description List<RestoreFileSpecs>
AzureFileShareRestoreRequest. restoreFileSpecs()
Get the restoreFileSpecs property: List of Source Files/Folders(which need to recover) and TargetFolderPath details.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type RestoreFileSpecs Modifier and Type Method Description AzureFileShareRestoreRequest
AzureFileShareRestoreRequest. withRestoreFileSpecs(List<RestoreFileSpecs> restoreFileSpecs)
Set the restoreFileSpecs property: List of Source Files/Folders(which need to recover) and TargetFolderPath details.
-