BackupOperationResultsOperationsExtensions Class

Definition

Extension methods for BackupOperationResultsOperations.

public static class BackupOperationResultsOperationsExtensions
type BackupOperationResultsOperationsExtensions = class
Public Module BackupOperationResultsOperationsExtensions
Inheritance
BackupOperationResultsOperationsExtensions

Methods

Get(IBackupOperationResultsOperations, String, String, String)

Provides the status of the delete operations such as deleting backed up item. Once the operation has started, the status code in the response would be Accepted. It will continue to be in this state till it reaches completion. On successful completion, the status code will be OK. This method expects OperationID as an argument. OperationID is part of the Location header of the operation response.

GetAsync(IBackupOperationResultsOperations, String, String, String, CancellationToken)

Provides the status of the delete operations such as deleting backed up item. Once the operation has started, the status code in the response would be Accepted. It will continue to be in this state till it reaches completion. On successful completion, the status code will be OK. This method expects OperationID as an argument. OperationID is part of the Location header of the operation response.

Applies to