RecoverableDatabaseOperationsExtensions.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 can be recovered from a specified server.
public static Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse List (this Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations operations, string serverName);
static member List : Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations * string -> Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse
<Extension()>
Public Function List (operations As IRecoverableDatabaseOperations, serverName As String) As RecoverableDatabaseListResponse
Parameters
- operations
- IRecoverableDatabaseOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server on which the databases were hosted.
Returns
Contains the response to the List Recoverable Databases request.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.