Delen via


ServerAdvisorOperationsExtensions.List Method

Definition

Returns list of Advisors for the Azure SQL Server.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations operations, string resourceGroupName, string serverName, string expand);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorListResponse
<Extension()>
Public Function List (operations As IServerAdvisorOperations, resourceGroupName As String, serverName As String, expand As String) As AdvisorListResponse

Parameters

operations
IServerAdvisorOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations.

resourceGroupName
String

Required. The name of the Resource Group.

serverName
String

Required. The name of the Azure SQL server.

expand
String

Optional. The comma separated list of child objects that we want to expand on in response. NULL if expand is not required.

Returns

Represents the response to a list sql azure database advisors request.

Applies to