RecommendedElasticPoolOperationsExtensions.ListExpandedAsync Method

Definition

Returns information about Azure SQL Recommended Elastic Pools.

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

expand
String

Required. The comma separated list of child objects that we want to expand on in response.

Returns

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

Applies to