Share via


RestoreFilesTargetDetails(String, RestoreTargetLocationType, Uri) Constructor

Definition

Initializes a new instance of RestoreFilesTargetDetails.

public RestoreFilesTargetDetails(string filePrefix, Azure.ResourceManager.DataProtectionBackup.Models.RestoreTargetLocationType restoreTargetLocationType, Uri uri);
new Azure.ResourceManager.DataProtectionBackup.Models.RestoreFilesTargetDetails : string * Azure.ResourceManager.DataProtectionBackup.Models.RestoreTargetLocationType * Uri -> Azure.ResourceManager.DataProtectionBackup.Models.RestoreFilesTargetDetails
Public Sub New (filePrefix As String, restoreTargetLocationType As RestoreTargetLocationType, uri As Uri)

Parameters

filePrefix
String

Restore operation may create multiple files inside ___location pointed by Url Below will be the common prefix for all of them

restoreTargetLocationType
RestoreTargetLocationType

Denotes the target ___location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}

uri
Uri

Url denoting the restore destination. It can point to container / file share etc.

Exceptions

filePrefix or uri is null.

Applies to