RecommendedElasticPoolOperationsExtensions.List Method

Definition

Returns information about Azure SQL Recommended Elastic Pools.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPoolListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPoolListResponse
<Extension()>
Public Function List (operations As IRecommendedElasticPoolOperations, resourceGroupName As String, serverName As String) As 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