RecommendedActionImplementationInfo Class

Definition

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

public class RecommendedActionImplementationInfo
type RecommendedActionImplementationInfo = class
Public Class RecommendedActionImplementationInfo
Inheritance
RecommendedActionImplementationInfo

Constructors

RecommendedActionImplementationInfo()

Initializes a new instance of the RecommendedActionImplementationInfo class.

RecommendedActionImplementationInfo(Nullable<ImplementationMethod>, String)

Initializes a new instance of the RecommendedActionImplementationInfo class.

Properties

Method

Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell. Possible values include: 'TSql', 'AzurePowerShell'

Script

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

Applies to