RecommendedActionImplementationInfo Class
Contains information for manual implementation for an Azure SQL Database, Server or Elastic Pool Recommended Action.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelRecommendedActionImplementationInfo
Constructor
RecommendedActionImplementationInfo(**kwargs)
Variables
Name | Description |
---|---|
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python