Get Database Advisor Result
data class GetDatabaseAdvisorResult(val advisorStatus: String, val autoExecuteStatus: String, val autoExecuteStatusInheritedFrom: String, val id: String, val kind: String, val lastChecked: String, val location: String, val name: String, val recommendationsStatus: String, val recommendedActions: List<RecommendedActionResponse>, val type: String)
Database, Server or Elastic Pool Advisor.
Constructors
Types
Properties
Link copied to clipboard
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).