Package version:

Interface RecommendedActionImplementationInfo

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

Hierarchy

  • RecommendedActionImplementationInfo

Properties

Properties

Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell. NOTE: This property will not be serialized. It can only be populated by the server.

script?: string

Gets the manual implementation script. e.g., T-SQL script that could be executed on the database. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc