RecommendedActionImpactRecord 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.
Contains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.
public class RecommendedActionImpactRecord
type RecommendedActionImpactRecord = class
Public Class RecommendedActionImpactRecord
- Inheritance
-
RecommendedActionImpactRecord
Constructors
RecommendedActionImpactRecord() |
Initializes a new instance of the RecommendedActionImpactRecord class. |
RecommendedActionImpactRecord(String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the RecommendedActionImpactRecord class. |
Properties
AbsoluteValue |
Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected |
ChangeValueAbsolute |
Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes |
ChangeValueRelative |
Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage |
DimensionName |
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. |
Applies to
Azure SDK for .NET