IDatabaseBackupOperations.ListBackupLongTermRetentionVaultsAsync Method

Definition

Returns a list of Azure SQL Server backup LongTermRetention vaults

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultListResponse> ListBackupLongTermRetentionVaultsAsync (string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken);
abstract member ListBackupLongTermRetentionVaultsAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultListResponse>
Public Function ListBackupLongTermRetentionVaultsAsync (resourceGroupName As String, serverName As String, databaseName As String, cancellationToken As CancellationToken) As Task(Of BackupLongTermRetentionVaultListResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the resource belongs.

serverName
String

The name of the Azure SQL Server.

databaseName
String

The name of the Azure SQL Database.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a List Azure Sql Server backup LongTermRetention vault request.

Applies to