IBackupPoliciesOperations Interface

Definition

BackupPoliciesOperations operations.

public interface IBackupPoliciesOperations
type IBackupPoliciesOperations = interface
Public Interface IBackupPoliciesOperations

Methods

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

ListWithHttpMessagesAsync(String, String, ODataQuery<ProtectionPolicyQueryObject>, Dictionary<String,List<String>>, CancellationToken)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

Extension Methods

List(IBackupPoliciesOperations, String, String, ODataQuery<ProtectionPolicyQueryObject>)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

ListAsync(IBackupPoliciesOperations, String, String, ODataQuery<ProtectionPolicyQueryObject>, CancellationToken)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

ListNext(IBackupPoliciesOperations, String)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

ListNextAsync(IBackupPoliciesOperations, String, CancellationToken)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

Applies to