BackupOperationsExtensions.Restore Method
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.
Restore a backup set.
public static Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo Restore (this Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations operations, string deviceId, Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest backupDetailsForRestore, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member Restore : Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations * string * Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo
<Extension()>
Public Function Restore (operations As IBackupOperations, deviceId As String, backupDetailsForRestore As RestoreBackupRequest, customRequestHeaders As CustomRequestHeaders) As TaskStatusInfo
Parameters
- operations
- IBackupOperations
Reference to the Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
- deviceId
- String
Required. The device id for which the call will be made.
- backupDetailsForRestore
- RestoreBackupRequest
Required. The details of the backup to be restored.
- customRequestHeaders
- CustomRequestHeaders
Required. The Custom Request Headers which client must use.
Returns
Info about the async task
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET