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

AdvisorUpdateProperties Class

Definition

Update Azure Sql Server/Database/Elastic Pool Advisor properties.

public class AdvisorUpdateProperties
type AdvisorUpdateProperties = class
Public Class AdvisorUpdateProperties
Inheritance
AdvisorUpdateProperties

Constructors

AdvisorUpdateProperties()

Initializes a new instance of the AdvisorUpdateProperties class.

Properties

AutoExecuteStatus

Optional. Updates the auto-execute status for this Advisor. Allowed values are :Enabled -> Enable automated execution of recommendations on the resource (e.g. Server) and its children (e.g., Databases).Disabled -> Disable automated execution of recommendations on the resource and its childrenDefault -> Reset the status that has been explicitly set before. This will cause auto-execute status for this resource (e.g., Database) to be inherited for parent resource (e.g., Server).

Applies to