IManagedBackupShortTermRetentionPoliciesOperations Interface

Definition

ManagedBackupShortTermRetentionPoliciesOperations operations.

public interface IManagedBackupShortTermRetentionPoliciesOperations
type IManagedBackupShortTermRetentionPoliciesOperations = interface
Public Interface IManagedBackupShortTermRetentionPoliciesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Updates a managed database's short term retention policy.

BeginUpdateWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Updates a managed database's short term retention policy.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Updates a managed database's short term retention policy.

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

Gets a managed database's short term retention policy.

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

Gets a managed database's short term retention policy list.

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

Gets a managed database's short term retention policy list.

UpdateWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Updates a managed database's short term retention policy.

Extension Methods

BeginCreateOrUpdateAsync(IManagedBackupShortTermRetentionPoliciesOperations, String, String, String, Nullable<Int32>, CancellationToken)

Updates a managed database's short term retention policy.

BeginUpdateAsync(IManagedBackupShortTermRetentionPoliciesOperations, String, String, String, Nullable<Int32>, CancellationToken)

Updates a managed database's short term retention policy.

CreateOrUpdateAsync(IManagedBackupShortTermRetentionPoliciesOperations, String, String, String, Nullable<Int32>, CancellationToken)

Updates a managed database's short term retention policy.

GetAsync(IManagedBackupShortTermRetentionPoliciesOperations, String, String, String, CancellationToken)

Gets a managed database's short term retention policy.

ListByDatabaseAsync(IManagedBackupShortTermRetentionPoliciesOperations, String, String, String, CancellationToken)

Gets a managed database's short term retention policy list.

ListByDatabaseNextAsync(IManagedBackupShortTermRetentionPoliciesOperations, String, CancellationToken)

Gets a managed database's short term retention policy list.

UpdateAsync(IManagedBackupShortTermRetentionPoliciesOperations, String, String, String, Nullable<Int32>, CancellationToken)

Updates a managed database's short term retention policy.

Applies to