次の方法で共有


AzureSqlServerAdvisorCommunicator.List(String, String, Boolean) Method

Definition

Lists Azure Sql Server Advisors

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

Parameters

resourceGroupName
String
serverName
String
expandRecommendedActions
Boolean

Returns

Applies to