IRecommendedElasticPoolOperations.ListExpandedAsync Method

Definition

Returns information about Azure SQL Recommended Elastic Pools.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPoolListResponse> ListExpandedAsync (string resourceGroupName, string serverName, string expand, System.Threading.CancellationToken cancellationToken);
abstract member ListExpandedAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPoolListResponse>
Public Function ListExpandedAsync (resourceGroupName As String, serverName As String, expand As String, cancellationToken As CancellationToken) As Task(Of RecommendedElasticPoolListResponse)

Parameters

resourceGroupName
String

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

serverName
String

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

expand
String

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

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to