RecommendedActionImplementationInfoResponse

data class RecommendedActionImplementationInfoResponse(val method: String, val script: String)

Contains information for manual implementation for an Azure SQL Database, Server or Elastic Pool Recommended Action.

Constructors

constructor(method: String, script: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.

Link copied to clipboard

Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.