Class RecommendedActionImpactRecord
java.lang.Object
com.azure.resourcemanager.sql.models.RecommendedActionImpactRecord
Contains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic
Pool Recommended Action.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RecommendedActionImpactRecord class. -
Method Summary
Modifier and TypeMethodDescriptionGet the absoluteValue property: Gets the absolute value of this dimension if applicable.Get the changeValueAbsolute property: Gets the absolute change in the value of this dimension.Get the changeValueRelative property: Gets the relative change in the value of this dimension.Get the dimensionName property: Gets the name of the impact dimension.unit()Get the unit property: Gets the name of the impact dimension.voidvalidate()Validates the instance.
-
Constructor Details
-
RecommendedActionImpactRecord
public RecommendedActionImpactRecord()Creates an instance of RecommendedActionImpactRecord class.
-
-
Method Details
-
dimensionName
Get the dimensionName property: Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.- Returns:
- the dimensionName value.
-
unit
Get the unit property: Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.- Returns:
- the unit value.
-
absoluteValue
Get the absoluteValue property: Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected.- Returns:
- the absoluteValue value.
-
changeValueAbsolute
Get the changeValueAbsolute property: Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes.- Returns:
- the changeValueAbsolute value.
-
changeValueRelative
Get the changeValueRelative property: Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage.- Returns:
- the changeValueRelative value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-