DatabaseBackupOperationsExtensions.ListBackupLongTermRetentionVaultsAsync Method

Definition

Returns a list of Azure SQL Server backup LongTermRetention vaults

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

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 Server.

databaseName
String

Required. The name of the Azure SQL Database.

Returns

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

Applies to