AzureSqlDatabaseExecuteIndexRecommendationCmdletBase.PersistChanges 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.
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