RecoverableDatabaseOperationsExtensions.ListAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations operations, string serverName);
static member ListAsync : Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse>
<Extension()>
Public Function ListAsync (operations As IRecoverableDatabaseOperations, serverName As String) As Task(Of 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET