ServiceTierAdvisorOperationsExtensions.GetAsync Method

Definition

Returns information about a service tier advisor.

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

Parameters

operations
IServiceTierAdvisorOperations

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

resourceGroupName
String

Required. The name of the Resource Group.

serverName
String

Required. The name of server.

databaseName
String

Required. The name of database.

serviceTierAdvisorName
String

Required. The name of service tier advisor.

Returns

Represents the response to a get service tier advisor request.

Applies to