DatabaseBackupOperationsExtensions.ListDeletedDatabaseBackups Method

Definition

Returns a list of Azure SQL deleted database backups (a resource representing a deleted database that can be restored).

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackupListResponse ListDeletedDatabaseBackups (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName);
static member ListDeletedDatabaseBackups : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackupListResponse
<Extension()>
Public Function ListDeletedDatabaseBackups (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String) As DeletedDatabaseBackupListResponse

Parameters

operations
IDatabaseBackupOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Database Server to retrieve deleted databases for.

Returns

Represents the response to a List Azure Sql Database deleted database backups request.

Applies to