ServiceTierAdvisorOperationsExtensions.Get Method

Definition

Returns information about a service tier advisor.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IServiceTierAdvisorOperations operations, string resourceGroupName, string serverName, string databaseName, string serviceTierAdvisorName);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IServiceTierAdvisorOperations * string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorGetResponse
<Extension()>
Public Function Get (operations As IServiceTierAdvisorOperations, resourceGroupName As String, serverName As String, databaseName As String, serviceTierAdvisorName As String) As 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