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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET