ServiceTierAdvisorOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.