Sdílet prostřednictvím


AzureSqlDatabaseExecuteIndexRecommendationCmdletBase.PersistChanges Method

Definition

Sends the changes to the service, this will trigger applying action.

protected override Microsoft.Azure.Commands.Sql.Model.IndexRecommendation PersistChanges (Microsoft.Azure.Commands.Sql.Model.IndexRecommendation recommendation);
override this.PersistChanges : Microsoft.Azure.Commands.Sql.Model.IndexRecommendation -> Microsoft.Azure.Commands.Sql.Model.IndexRecommendation
Protected Overrides Function PersistChanges (recommendation As IndexRecommendation) As IndexRecommendation

Parameters

recommendation
IndexRecommendation

Index recommendation

Returns

Index recommendation

Applies to