DatabaseBackupOperationsExtensions.CreateOrUpdateBackupLongTermRetentionVault 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.
Creates or updates an Azure SQL Server backup LongTermRetention vault.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse CreateOrUpdateBackupLongTermRetentionVault (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName, string backupLongTermRetentionVaultName, Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters parameters);
static member CreateOrUpdateBackupLongTermRetentionVault : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters -> Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdateBackupLongTermRetentionVault (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String, backupLongTermRetentionVaultName As String, parameters As BackupLongTermRetentionVaultCreateOrUpdateParameters) As 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 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.