IElasticPoolAdvisorOperations.GetAsync Method

Definition

Returns details of a Azure SQL Elastic Database Pool Advisor.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse> GetAsync (string resourceGroupName, string serverName, string elasticPoolName, 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, elasticPoolName 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.

elasticPoolName
String

The name of the Azure SQL Elastic Database Pool.

advisorName
String

The name of the Azure SQL Elastic Database Pool 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