ProtectionPolicyOperationStatusesOperationsExtensions Class

Definition

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.

Applies to