Share via


IProtectionPoliciesOperations Interface

Definition

ProtectionPoliciesOperations operations.

public interface IProtectionPoliciesOperations
type IProtectionPoliciesOperations = interface
Public Interface IProtectionPoliciesOperations

Methods

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ProtectionPolicyResource, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

Extension 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