Share via


IServerAdvisorOperations.GetAsync Method

Definition

Returns details of a Server Advisor.

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

Parameters

resourceGroupName
String

The name of the Resource Group.

serverName
String

The name of the Azure SQL server.

advisorName
String

The name of the Azure SQL server advisor.

expand
String

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

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a get advisor request.

Applies to