DatabaseBackupOperationsExtensions.GetBackupLongTermRetentionVaultAsync 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.
Returns an Azure SQL Server backup LongTermRetention vault
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultGetResponse> GetBackupLongTermRetentionVaultAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName, string backupLongTermRetentionVaultName);
static member GetBackupLongTermRetentionVaultAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultGetResponse>
<Extension()>
Public Function GetBackupLongTermRetentionVaultAsync (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String, backupLongTermRetentionVaultName As String) As Task(Of BackupLongTermRetentionVaultGetResponse)
Parameters
- operations
- IDatabaseBackupOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations.
- resourceGroupName
- String
Required. The name of the Resource Group to which the resource belongs.
- serverName
- String
Required. The name of the Azure SQL Database Server.
- backupLongTermRetentionVaultName
- String
Required. The name of the Azure SQL Database backup LongTermRetention vault.
Returns
Represents the response to a Get Azure Sql Server backup LongTermRetention vault request.