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. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| script | 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.  | 
Property Details
method
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.
method?: ImplementationMethod
				Property Value
script
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.
script?: string
				Property Value
string