IProtectionPolicyOperationStatusesOperations 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.
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. |
Applies to
Azure SDK for .NET