AzureSqlDatabaseIndexRecommendationAdapter.ListRecommendedIndexes 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.
List index recommendations
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Model.IndexRecommendation> ListRecommendedIndexes (string resourceGroupName, string serverName, string databaseName);
member this.ListRecommendedIndexes : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Model.IndexRecommendation>
Public Function ListRecommendedIndexes (resourceGroupName As String, serverName As String, databaseName As String) As List(Of IndexRecommendation)
Parameters
- resourceGroupName
- String
Resource group name
- serverName
- String
Server name
- databaseName
- String
Database name