ElasticPoolAdvisorOperationsExtensions.ListAsync(IElasticPoolAdvisorOperations, String, String, String, String) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorListResponse> ListAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolAdvisorOperations operations, string resourceGroupName, string serverName, string elasticPoolName, string expand);
static member ListAsync : Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolAdvisorOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorListResponse>
<Extension()>
Public Function ListAsync (operations As IElasticPoolAdvisorOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, expand As String) As Task(Of AdvisorListResponse)

Parameters

resourceGroupName
String
serverName
String
elasticPoolName
String
expand
String

Returns

Task<AdvisorListResponse>

Applies to