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