IBackupPoliciesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET