IDatabaseBackupOperations.BeginCreateOrUpdateBackupLongTermRetentionVaultAsync Method
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.
Begins creating or updating an Azure SQL Server backup LongTermRetention vault. To determine the status of the operation call GetBackupLongTermRetentionVaultOperationStatus.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse> BeginCreateOrUpdateBackupLongTermRetentionVaultAsync (string resourceGroupName, string serverName, string backupLongTermRetentionVaultName, Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreateOrUpdateBackupLongTermRetentionVaultAsync : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse>
Public Function BeginCreateOrUpdateBackupLongTermRetentionVaultAsync (resourceGroupName As String, serverName As String, backupLongTermRetentionVaultName As String, parameters As BackupLongTermRetentionVaultCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of BackupLongTermRetentionVaultCreateOrUpdateResponse)
Parameters
- resourceGroupName
- String
The name of the Resource Group to which the Azure SQL Server belongs.
- serverName
- String
The name of the Azure SQL Server on which the database is hosted.
- backupLongTermRetentionVaultName
- String
The name of the Azure SQL Server backup LongTermRetention vault.
The required parameters for creating or updating a backup LongTermRetention vault.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Response for long running Azure operations.