ServiceTierAdvisorOperationsExtensions.List 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 service tier advisors for specified database.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IServiceTierAdvisorOperations operations, string resourceGroupName, string serverName, string databaseName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IServiceTierAdvisorOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorListResponse
<Extension()>
Public Function List (operations As IServiceTierAdvisorOperations, resourceGroupName As String, serverName As String, databaseName As String) As ServiceTierAdvisorListResponse
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.
Returns
Represents the response to a list service tier advisor request.