Package version:

Interface Advisor

Database, Server or Elastic Pool Advisor.

Hierarchy

Properties

advisorStatus?: AdvisorStatus

Gets the status of availability of this advisor to customers. Possible values are 'GA', 'PublicPreview', 'LimitedPublicPreview' and 'PrivatePreview'. NOTE: This property will not be serialized. It can only be populated by the server.

autoExecuteStatus?: AutoExecuteStatus

Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor. Possible values are 'Enabled' and 'Disabled'

autoExecuteStatusInheritedFrom?: AutoExecuteStatusInheritedFrom

Gets the resource from which current value of auto-execute status is inherited. Auto-execute status can be set on (and inherited from) different levels in the resource hierarchy. Possible values are 'Subscription', 'Server', 'ElasticPool', 'Database' and 'Default' (when status is not explicitly set on any level). NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

kind?: string

Resource kind. NOTE: This property will not be serialized. It can only be populated by the server.

lastChecked?: Date

Gets the time when the current resource was analyzed for recommendations by this advisor. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

recommendationsStatus?: string

Gets that status of recommendations for this advisor and reason for not having any recommendations. Possible values include, but are not limited to, 'Ok' (Recommendations available),LowActivity (not enough workload to analyze), 'DbSeemsTuned' (Database is doing well), etc. NOTE: This property will not be serialized. It can only be populated by the server.

recommendedActions?: RecommendedAction[]

Gets the recommended actions for this advisor. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc