RecommendedAction 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.
Database, Server or Elastic Pool Recommended Action.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RecommendedAction : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecommendedAction = class
inherit ProxyResource
Public Class RecommendedAction
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
Properties
Details |
Gets additional details specific to this recommended action. |
ErrorDetails |
Gets the error details if and why this recommended action is put to error state. |
EstimatedImpact |
Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change |
ExecuteActionDuration |
Gets the time taken for applying this recommended action on user resource. e.g., time taken for index creation |
ExecuteActionInitiatedBy |
Gets if approval for applying this recommended action was given by user/system. Possible values include: 'User', 'System' |
ExecuteActionInitiatedTime |
Gets the time when this recommended action was approved for execution. |
ExecuteActionStartTime |
Gets the time when system started applying this recommended action on the user resource. e.g., index creation start time |
Id |
Gets resource ID. (Inherited from Resource) |
ImplementationDetails |
Gets the implementation details of this recommended action for user to apply it manually. |
IsArchivedAction |
Gets if this recommended action was suggested some time ago but user chose to ignore this and system added a new recommended action again. |
IsExecutableAction |
Gets if this recommended action is actionable by user |
IsRevertableAction |
Gets if changes applied by this recommended action can be reverted by user |
Kind |
Gets resource kind. |
LastRefresh |
Gets time when this recommended action was last refreshed. |
LinkedObjects |
Gets the linked objects, if any. |
Location |
Gets resource location. |
Name |
Gets resource name. (Inherited from Resource) |
ObservedImpact |
Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change |
RecommendationReason |
Gets the reason for recommending this action. e.g., DuplicateIndex |
RevertActionDuration |
Gets the time taken for reverting changes of this recommended action on user resource. e.g., time taken for dropping the created index. |
RevertActionInitiatedBy |
Gets if approval for reverting this recommended action was given by user/system. Possible values include: 'User', 'System' |
RevertActionInitiatedTime |
Gets the time when this recommended action was approved for revert. |
RevertActionStartTime |
Gets the time when system started reverting changes of this recommended action on user resource. e.g., time when index drop is executed. |
Score |
Gets the impact of this recommended action. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact |
State |
Gets the info of the current state the recommended action is in. |
TimeSeries |
Gets the time series info of metrics for this recommended action e.g., CPU consumption time series |
Type |
Gets resource type. (Inherited from Resource) |
ValidSince |
Gets the time since when this recommended action is valid. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET