RecommendedElasticPoolOperationsExtensions.ListMetricsAsync Method

Definition

Returns information about an recommended elastic pool metrics.

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

Parameters

operations
IRecommendedElasticPoolOperations

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

resourceGroupName
String

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

serverName
String

Required. The name of the Azure SQL Database Server.

recommendedElasticPoolName
String

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

Returns

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

Applies to