AzureSqlElasticPoolRecommendedActionCommunicator.List Method

Definition

Lists Azure Sql Elastic Pool Recommended Actions

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction> List (string resourceGroupName, string serverName, string elasticPoolName, string advisorName);
member this.List : string * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction>
Public Function List (resourceGroupName As String, serverName As String, elasticPoolName As String, advisorName As String) As IList(Of RecommendedAction)

Parameters

resourceGroupName
String
serverName
String
elasticPoolName
String
advisorName
String

Returns

Applies to