IBackupOperations Interface
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.
All Operations related to Backup
public interface IBackupOperations
type IBackupOperations = interface
Public Interface IBackupOperations
Methods
BeginCreatingBackupAsync(String, String, BackupNowRequest, CustomRequestHeaders, CancellationToken) |
Begin a backup operation for the policyId and backupRequest specified. |
BeginDeletingAsync(String, String, CustomRequestHeaders, CancellationToken) |
Begin deleting a backup set represented by the backSetId provided. |
BeginRestoringAsync(String, RestoreBackupRequest, CustomRequestHeaders, CancellationToken) |
Begin restoring a backup set. |
CreateAsync(String, String, BackupNowRequest, CustomRequestHeaders, CancellationToken) | |
DeleteAsync(String, String, CustomRequestHeaders, CancellationToken) | |
GetAsync(String, String, String, String, String, String, String, String, CustomRequestHeaders, CancellationToken) | |
RestoreAsync(String, RestoreBackupRequest, CustomRequestHeaders, CancellationToken) |
Restore a backup set. |
Extension Methods
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET