RecommendedActionImpactRecord Class
Contains information of estimated or observed impact on various metrics 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.ModelRecommendedActionImpactRecord
Constructor
RecommendedActionImpactRecord(**kwargs)
Variables
Name | Description |
---|---|
dimension_name
|
Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. |
unit
|
Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. |
absolute_value
|
Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected. |
change_value_absolute
|
Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes. |
change_value_relative
|
Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage. |
Azure SDK for Python