AzureSqlElasticPoolRecommendedActionModel 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.
Represents an Azure Sql Elastic Pool Recommended Action
public class AzureSqlElasticPoolRecommendedActionModel : Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel
type AzureSqlElasticPoolRecommendedActionModel = class
inherit AzureSqlServerRecommendedActionModel
Public Class AzureSqlElasticPoolRecommendedActionModel
Inherits AzureSqlServerRecommendedActionModel
- Inheritance
-
AzureSqlElasticPoolRecommendedActionModel
Constructors
AzureSqlElasticPoolRecommendedActionModel() |
Default Constructor |
AzureSqlElasticPoolRecommendedActionModel(String, String, String, String, RecommendedAction) |
Construct AzureSqlElasticPoolRecommendedActionModel from Management.Sql.LegacySdk.Models.Advisor object |
Properties
AdvisorName |
Gets or sets the name of the advisor. (Inherited from AzureSqlServerRecommendedActionModel) |
Details |
Optional. Gets additional details specific to this recommended action (Inherited from RecommendedActionProperties) |
ElasticPoolName |
Gets or sets the name of the elastic pool |
ErrorDetails |
Optional. Gets the error details if and why this recommended action is put to Error state. (Inherited from RecommendedActionProperties) |
EstimatedImpact |
Optional. Gets the estimated impact info for this recommended action E.g., Estimated CPU gain, Estimated Disk Space change (Inherited from RecommendedActionProperties) |
ExecuteActionDuration |
Optional. Gets the time taken for applying this recommended action on user resource. E.g., Time taken for index creation (Inherited from RecommendedActionProperties) |
ExecuteActionInitiatedBy |
Optional. Gets if approval for applying this recommended action is given by User/System. (Inherited from RecommendedActionProperties) |
ExecuteActionInitiatedTime |
Optional. Gets the time when this recommended action is approved for execution (Inherited from RecommendedActionProperties) |
ExecuteActionStartTime |
Optional. Gets the time when system started applying this recommended action on the user resource. E.g., Index creation start time (Inherited from RecommendedActionProperties) |
ImplementationDetails |
Optional. Gets the implementation details of this recommended action for user to apply it manually. (Inherited from RecommendedActionProperties) |
IsArchivedAction |
Optional. Gets if this recommended action was already suggested some time ago but user chose to ignore this and System recommends again. (Inherited from RecommendedActionProperties) |
IsExecutableAction |
Optional. Gets if this recommended action is actionable to User (Inherited from RecommendedActionProperties) |
IsRevertableAction |
Optional. Gets if changes applied by this recommended action can be reverted by User (Inherited from RecommendedActionProperties) |
LastRefresh |
Optional. Gets time when this Recommended Action was last refreshed. (Inherited from RecommendedActionProperties) |
LinkedObjects |
Optional. Gets the observed/actual impact info for this recommended action E.g., Actual CPU gain, Actual Disk Space change (Inherited from RecommendedActionProperties) |
ObservedImpact |
Optional. Gets the observed/actual impact info for this recommended action E.g., Actual CPU gain, Actual Disk Space change (Inherited from RecommendedActionProperties) |
RecommendationReason |
Optional. Gets the reason for recommending this action. E.g., DuplicateIndex (Inherited from RecommendedActionProperties) |
RecommendedActionName |
Gets or sets the name of the recommended action. (Inherited from AzureSqlServerRecommendedActionModel) |
ResourceGroupName |
Gets or sets the name of the resource group (Inherited from AzureSqlServerRecommendedActionModel) |
RevertActionDuration |
Optional. Gets the time taken for reverting changes of this recommended action on user resource. E.g., Time taken for dropping the created index. (Inherited from RecommendedActionProperties) |
RevertActionInitiatedBy |
Optional. Gets if approval for reverting this recommended action is given by User/System. (Inherited from RecommendedActionProperties) |
RevertActionInitiatedTime |
Optional. Gets the time when this recommended action is approved for revert (Inherited from RecommendedActionProperties) |
RevertActionStartTime |
Optional. Gets the time when system started reverting changes of this recommended action on user resource. E.g., Time when Index drop is executed. (Inherited from RecommendedActionProperties) |
Score |
Optional. Gets the impact of this recommended actions. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact (Inherited from RecommendedActionProperties) |
ServerName |
Gets or sets the name of the server (Inherited from AzureSqlServerRecommendedActionModel) |
State |
Optional. Gets the info of the state the Recommended Action is in. (Inherited from RecommendedActionProperties) |
TimeSeries |
Optional. Gets the time series info of metrics for this recommended action E.g., CPU time series (Inherited from RecommendedActionProperties) |
ValidSince |
Optional. Gets the time since when this Recommended action is valid. (Inherited from RecommendedActionProperties) |