Values.UsageMetricBasisSourceSpecifies the performance metrics to use for the server that is used for recommendations.
type nonrec t = {name : UsageMetricBasisName.t option;A utilization metric that is used by the recommendations.
*)percentageAdjust : UsageMetricPercentageAdjust.t option;Specifies the percentage of the specified utilization metric that is used by the recommendations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of UsageMetricPercentageAdjust.t
| `String of UsageMetricBasisName.t ])
list ]