RestoreFilesTargetDetails(String, RestoreTargetLocationType, Uri) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET