你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RecommendedActionImpactInfo 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 impact of applying a Recommended Action, either estimated or observed
public class RecommendedActionImpactInfo
type RecommendedActionImpactInfo = class
Public Class RecommendedActionImpactInfo
- Inheritance
-
RecommendedActionImpactInfo
Constructors
RecommendedActionImpactInfo() |
Initializes a new instance of the RecommendedActionImpactInfo class. |
Properties
AbsoluteValue |
Optional. Gets the absolute value of this dimension if applicable. E.g., Number of Queries affected |
ChangeValueAbsolute |
Optional. Gets the absolute change in the value of this dimension. E.g., Absolute Disk space change in Megabytes |
ChangeValueRelative |
Optional. Gets the relative change in the value of this dimension. E.g., Relative Disk space change in Percentage |
DimensionName |
Optional. Gets the name of the impact dimension. E.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. |
Unit |
Optional. Gets the unit in which impact of this dimension is measured. E.g., DTU, MegaBytes |