RecommendedElasticPoolOperationsExtensions.ListAsync Method

Definition

Returns information about Azure SQL Recommended Elastic Pools.

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

Parameters

operations
IRecommendedElasticPoolOperations

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

resourceGroupName
String

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

serverName
String

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

Returns

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

Applies to