IDatabaseAdvisorOperations.GetAsync Method

Definition

Returns details of a Database Advisor.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse> GetAsync (string resourceGroupName, string serverName, string databaseName, string advisorName, string expand, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * 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, databaseName 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.

databaseName
String

The name of the Azure SQL database.

advisorName
String

The name of the Azure SQL database 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