次の方法で共有


AzureSqlElasticPoolAdvisorCommunicator.List Method

Definition

Lists Azure Sql Elastic Pool Advisors

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

Parameters

resourceGroupName
String
serverName
String
elasticPoolName
String
expandRecommendedActions
Boolean

Returns

Applies to