RestorableDroppedDatabaseOperationsExtensions.List 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 a collection of databases that has been dropped but can still be restored from a specified server.
public static Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse List (this Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations operations, string serverName);
static member List : Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations * string -> Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse
<Extension()>
Public Function List (operations As IRestorableDroppedDatabaseOperations, serverName As String) As RestorableDroppedDatabaseListResponse
Parameters
- operations
- IRestorableDroppedDatabaseOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server to query for dropped databases that can still be restored.
Returns
Contains the response to the List Restorable Dropped Databases request.
Applies to
Azure SDK for .NET