Share via


AzureSqlDatabaseIndexRecommendationAdapter.ListRecommendedIndexes Method

Definition

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

Returns

Applies to