你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecommendedIndexUpdateProperties Class

Definition

Update Azure Sql Database recommended index properties.

public class RecommendedIndexUpdateProperties
type RecommendedIndexUpdateProperties = class
Public Class RecommendedIndexUpdateProperties
Inheritance
RecommendedIndexUpdateProperties

Constructors

RecommendedIndexUpdateProperties()

Initializes a new instance of the RecommendedIndexUpdateProperties class.

Properties

State

Optional. Gets or sets requested index state. We execute or cancel index operations by altering index state. Allowed state transitions are :Active -> Pending - Start index creation processPending -> Active - Cancel index creationActive/Pending -> Ignored - Ignore index recommendation so it will no longer show in active recommendationsIgnored -> Active - Restore index recommendationSuccess -> Pending Revert - Revert index that has been createdPending Revert -> Revert Canceled - Cancel index revert operation

Applies to