ElasticPoolOperationsExtensions.ListAsync Method

Definition

Returns information about Azure SQL Database Elastic Pools.

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

Parameters

operations
IElasticPoolOperations

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

resourceGroupName
String

Required. The name of the Resource Group to which the Azure SQL Database Serve belongs.

serverName
String

Required. The name of the Azure SQL Database Server in which Azure SQL Database Elastic Pools are hosted.

Returns

Represents the response to a List Azure Sql Elastic Pool request.

Applies to