Share via


ProtectionPoliciesOperationsExtensions Class

Definition

Extension methods for ProtectionPoliciesOperations.

public static class ProtectionPoliciesOperationsExtensions
type ProtectionPoliciesOperationsExtensions = class
Public Module ProtectionPoliciesOperationsExtensions
Inheritance
ProtectionPoliciesOperationsExtensions

Methods

BeginDelete(IProtectionPoliciesOperations, String, String, String)

Deletes specified backup policy from your Recovery Services Vault. This is an asynchronous operation. Status of the operation can be fetched using GetProtectionPolicyOperationResult API.

BeginDeleteAsync(IProtectionPoliciesOperations, String, String, String, CancellationToken)

Deletes specified backup policy from your Recovery Services Vault. This is an asynchronous operation. Status of the operation can be fetched using GetProtectionPolicyOperationResult API.

CreateOrUpdate(IProtectionPoliciesOperations, String, String, String, ProtectionPolicyResource)

Creates or modifies a backup policy. This is an asynchronous operation. Status of the operation can be fetched using GetPolicyOperationResult API.

CreateOrUpdateAsync(IProtectionPoliciesOperations, String, String, String, ProtectionPolicyResource, CancellationToken)

Creates or modifies a backup policy. This is an asynchronous operation. Status of the operation can be fetched using GetPolicyOperationResult API.

Delete(IProtectionPoliciesOperations, String, String, String)

Deletes specified backup policy from your Recovery Services Vault. This is an asynchronous operation. Status of the operation can be fetched using GetProtectionPolicyOperationResult API.

DeleteAsync(IProtectionPoliciesOperations, String, String, String, CancellationToken)

Deletes specified backup policy from your Recovery Services Vault. This is an asynchronous operation. Status of the operation can be fetched using GetProtectionPolicyOperationResult API.

Get(IProtectionPoliciesOperations, String, String, String)

Provides the details of the backup policies associated to Recovery Services Vault. This is an asynchronous operation. Status of the operation can be fetched using GetPolicyOperationResult API.

GetAsync(IProtectionPoliciesOperations, String, String, String, CancellationToken)

Provides the details of the backup policies associated to Recovery Services Vault. This is an asynchronous operation. Status of the operation can be fetched using GetPolicyOperationResult API.

Applies to