RecommendedActionImplementationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET