ProtectionPolicyOperationStatusesOperationsExtensions Class
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.
Extension methods for ProtectionPolicyOperationStatusesOperations.
public static class ProtectionPolicyOperationStatusesOperationsExtensions
type ProtectionPolicyOperationStatusesOperationsExtensions = class
Public Module ProtectionPolicyOperationStatusesOperationsExtensions
- Inheritance
-
ProtectionPolicyOperationStatusesOperationsExtensions
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. |