RecommendedActionImplementationInfo interface

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

Properties

method

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

script

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

Property Details

method

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

method?: ImplementationMethod

Property Value

script

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

script?: string

Property Value

string