IProtectionPolicyOperationStatusesOperations Interface
Definition
ProtectionPolicyOperationStatusesOperations operations.
public interface IProtectionPolicyOperationStatusesOperations
type IProtectionPolicyOperationStatusesOperations = interface
Public Interface IProtectionPolicyOperationStatusesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Provides the status of the asynchronous operations like backup, restore. The status can be in progress, completed or failed. You can refer to the Operation Status enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs associated with operation. |
Extension Methods
Get(IProtectionPolicyOperationStatusesOperations, String, String, String, String) |
Provides the status of the asynchronous operations like backup, restore. The status can be in progress, completed or failed. You can refer to the Operation Status enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs associated with operation. |
GetAsync(IProtectionPolicyOperationStatusesOperations, String, String, String, String, CancellationToken) |
Provides the status of the asynchronous operations like backup, restore. The status can be in progress, completed or failed. You can refer to the Operation Status enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs associated with operation. |