IBackupLongTermRetentionPoliciesOperations 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.
BackupLongTermRetentionPoliciesOperations operations.
public interface IBackupLongTermRetentionPoliciesOperations
type IBackupLongTermRetentionPoliciesOperations = interface
Public Interface IBackupLongTermRetentionPoliciesOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, BackupLongTermRetentionPolicyInner, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a database backup long term retention policy |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, BackupLongTermRetentionPolicyInner, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a database backup long term retention policy |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Returns a database backup long term retention policy |
ListByDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Returns a database backup long term retention policy |
Extension Methods
BeginCreateOrUpdateAsync(IBackupLongTermRetentionPoliciesOperations, String, String, String, BackupLongTermRetentionPolicyInner, CancellationToken) |
Creates or updates a database backup long term retention policy |
CreateOrUpdateAsync(IBackupLongTermRetentionPoliciesOperations, String, String, String, BackupLongTermRetentionPolicyInner, CancellationToken) |
Creates or updates a database backup long term retention policy |
GetAsync(IBackupLongTermRetentionPoliciesOperations, String, String, String, CancellationToken) |
Returns a database backup long term retention policy |
ListByDatabaseAsync(IBackupLongTermRetentionPoliciesOperations, String, String, String, CancellationToken) |
Returns a database backup long term retention policy |
Applies to
Azure SDK for .NET