Share via


ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperationsExtensions.BeginUpdateAsync Method

Definition

Sets a database's long term retention policy.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedBackupShortTermRetentionPolicyInner> BeginUpdateAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, int? retentionDays = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations * string * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedBackupShortTermRetentionPolicyInner>
<Extension()>
Public Function BeginUpdateAsync (operations As IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations, resourceGroupName As String, managedInstanceName As String, restorableDroppedDatabaseId As String, Optional retentionDays As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedBackupShortTermRetentionPolicyInner)

Parameters

operations
IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName
String

The name of the managed instance.

restorableDroppedDatabaseId
String
retentionDays
Nullable<Int32>

The backup retention period in days. This is how many days Point-in-Time Restore will be supported.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to