ElasticPoolAdvisorOperationsExtensions.Get Method

Definition

Returns details of a Azure SQL Elastic Database Pool Advisor.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolAdvisorOperations operations, string resourceGroupName, string serverName, string elasticPoolName, string advisorName, string expand);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolAdvisorOperations * string * string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse
<Extension()>
Public Function Get (operations As IElasticPoolAdvisorOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, advisorName As String, expand As String) As AdvisorGetResponse

Parameters

operations
IElasticPoolAdvisorOperations

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

resourceGroupName
String

Required. The name of the Resource Group.

serverName
String

Required. The name of the Azure SQL server.

elasticPoolName
String

Required. The name of the Azure SQL Elastic Database Pool.

advisorName
String

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