DatabaseBackupOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse> BeginCreateOrUpdateBackupLongTermRetentionVaultAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName, string backupLongTermRetentionVaultName, Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters parameters);
static member BeginCreateOrUpdateBackupLongTermRetentionVaultAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse>
<Extension()>
Public Function BeginCreateOrUpdateBackupLongTermRetentionVaultAsync (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String, backupLongTermRetentionVaultName As String, parameters As BackupLongTermRetentionVaultCreateOrUpdateParameters) As Task(Of BackupLongTermRetentionVaultCreateOrUpdateResponse)
Parameters
- operations
- IDatabaseBackupOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations.
- resourceGroupName
- String
Required. The name of the Resource Group to which the Azure SQL Server belongs.
- serverName
- String
Required. The name of the Azure SQL Server on which the database is hosted.
- backupLongTermRetentionVaultName
- String
Required. The name of the Azure SQL Server backup LongTermRetention vault.
Required. The required parameters for creating or updating a backup LongTermRetention vault.
Returns
Response for long running Azure operations.