次の方法で共有


ServerAdvisorsOperationsExtensions.ListByServer メソッド

定義

サーバー アドバイザーの一覧を取得します。

public static System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor> ListByServer (this Microsoft.Azure.Management.Sql.IServerAdvisorsOperations operations, string resourceGroupName, string serverName, string expand = default);
static member ListByServer : Microsoft.Azure.Management.Sql.IServerAdvisorsOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor>
<Extension()>
Public Function ListByServer (operations As IServerAdvisorsOperations, resourceGroupName As String, serverName As String, Optional expand As String = Nothing) As IList(Of Advisor)

パラメーター

operations
IServerAdvisorsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

expand
String

応答に含める子リソース。

戻り値

適用対象