Sdílet prostřednictvím


AzureSqlDatabaseIndexRecommendationAdapter.UpdateRecommendationState Method

Definition

Update index recommendation state.

public void UpdateRecommendationState (string resourceGroupName, string serverName, Microsoft.Azure.Commands.Sql.Model.IndexRecommendation indexRecommendation);
member this.UpdateRecommendationState : string * string * Microsoft.Azure.Commands.Sql.Model.IndexRecommendation -> unit
Public Sub UpdateRecommendationState (resourceGroupName As String, serverName As String, indexRecommendation As IndexRecommendation)

Parameters

resourceGroupName
String

Resource group name

serverName
String

Server name

indexRecommendation
IndexRecommendation

Index recommendation

Applies to