IProtectionPoliciesOperations Interface
Definition
ProtectionPoliciesOperations operations.
public interface IProtectionPoliciesOperations
type IProtectionPoliciesOperations = interface
Public Interface IProtectionPoliciesOperations
Methods
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 GetPolicyOperationResult 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
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 GetPolicyOperationResult 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 GetPolicyOperationResult 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. |