AdvisorUpdateProperties Class
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.
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). |