AzureSqlDatabaseBackupCommunicator.GetBackupLongTermRetentionVault 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.
Get a backup LongTermRetention vault for a given Azure SQL Server
public Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVault GetBackupLongTermRetentionVault (string resourceGroupName, string serverName, string baVaultName);
member this.GetBackupLongTermRetentionVault : string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVault
Public Function GetBackupLongTermRetentionVault (resourceGroupName As String, serverName As String, baVaultName As String) As BackupLongTermRetentionVault
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the Azure SQL Server
- baVaultName
- String
The name of the Azure SQL Database backup LongTermRetention vault.
Returns
A backup vault