DatabaseOperationsExtensions.ListAsync Method

Definition

Returns information about Azure SQL Databases.

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

Parameters

operations
IDatabaseOperations

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

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 in which the Azure SQL Databases are hosted.

Returns

Represents the response to a List Azure Sql Database request.

Applies to