Class OperationImpact
java.lang.Object
com.microsoft.azure.management.sql.OperationImpact
The impact of an operation, both in absolute and relative terms.
-
Constructor Details
-
OperationImpact
public OperationImpact()
-
-
Method Details
-
name
Get the name of the impact dimension.- Returns:
- the name value
-
unit
Get the unit in which estimated impact to dimension is measured.- Returns:
- the unit value
-
changeValueAbsolute
Get the absolute impact to dimension.- Returns:
- the changeValueAbsolute value
-
changeValueRelative
Get the relative impact to dimension (null if not applicable).- Returns:
- the changeValueRelative value
-