Share via


IBackupOperationResultsOperations Interface

Definition

BackupOperationResultsOperations operations.

public interface IBackupOperationResultsOperations
type IBackupOperationResultsOperations = interface
Public Interface IBackupOperationResultsOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

Extension 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