次の方法で共有


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