AzureSqlDatabaseRecommendedActionModel Class

Definition

Represents an Azure Sql Database Recommended Action

public class AzureSqlDatabaseRecommendedActionModel : Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel
type AzureSqlDatabaseRecommendedActionModel = class
    inherit AzureSqlServerRecommendedActionModel
Public Class AzureSqlDatabaseRecommendedActionModel
Inherits AzureSqlServerRecommendedActionModel
Inheritance

Constructors

AzureSqlDatabaseRecommendedActionModel()

Default Constructor

AzureSqlDatabaseRecommendedActionModel(String, String, String, String, RecommendedAction)

Construct AzureSqlDatabaseRecommendedActionModel from Management.Sql.LegacySdk.Models.RecommendedAction object

Properties

AdvisorName

Gets or sets the name of the advisor.

(Inherited from AzureSqlServerRecommendedActionModel)
DatabaseName

Gets or sets the name of the database

Details

Optional. Gets additional details specific to this recommended action

(Inherited from RecommendedActionProperties)
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)

Applies to