Share via


IRecommendedElasticPoolOperations.ListMetricsAsync Method

Definition

Returns information about an recommended elastic pool metrics.

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

Parameters

resourceGroupName
String

The name of the Resource Group to which the server belongs.

serverName
String

The name of the Azure SQL Database Server.

recommendedElasticPoolName
String

The name of the Azure SQL Recommended Elastic Pool to be retrieved.

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to