Udostępnij za pośrednictwem


ServerAdvisorOperationsExtensions.GetAsync Method

Definition

Returns details of a Server Advisor.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse> GetAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations operations, string resourceGroupName, string serverName, string advisorName, string expand);
static member GetAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse>
<Extension()>
Public Function GetAsync (operations As IServerAdvisorOperations, resourceGroupName As String, serverName As String, advisorName As String, expand As String) As Task(Of AdvisorGetResponse)

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.

advisorName
String

Required. The name of the Azure SQL server advisor.

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 get advisor request.

Applies to