Skip to content

Commit

Permalink
Sri/recommendation details (Azure#21175)
Browse files Browse the repository at this point in the history
* Add blockchain to latest profile

* Add additional types

* Clarifying definitions of recommendation details properties.

* Updating some more definitions.

Co-authored-by: Mark Cowlishaw <[email protected]>
  • Loading branch information
2 people authored and anandanthony committed Dec 16, 2022
1 parent 9528ef3 commit 839aa66
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3250,15 +3250,15 @@
}
},
"ReservationRecommendationDetailsCalculatedSavingsProperties": {
"description": "Details of estimated savings.",
"description": "Details of estimated savings. The costs and savings are estimated for the term.",
"properties": {
"onDemandCost": {
"description": "The cost without reservation.",
"description": "The cost without reservation. Includes hardware and software cost.",
"type": "number",
"readOnly": true
},
"overageCost": {
"description": "The difference between total reservation cost and reservation cost.",
"description": "Hardware and software cost of the resources not covered by the reservation.",
"type": "number",
"readOnly": true
},
Expand All @@ -3268,12 +3268,12 @@
"readOnly": true
},
"reservationCost": {
"description": "The exact cost of the estimated usage using reservation.",
"description": "Hardware cost of the resources covered by the reservation.",
"type": "number",
"readOnly": true
},
"totalReservationCost": {
"description": "The cost of the suggested quantity.",
"description": "Reservation cost + software cost of the resources covered by the reservation + overage cost.",
"type": "number",
"readOnly": true
},
Expand All @@ -3282,7 +3282,7 @@
"type": "number"
},
"savings": {
"description": "The amount saved by purchasing the recommended quantity of reservation.",
"description": "The amount saved by purchasing the recommended quantity of reservation. This is equal to onDemandCost - totalReservationCost.",
"type": "number",
"readOnly": true
}
Expand All @@ -3300,7 +3300,7 @@
"readOnly": true
},
"onDemandRate": {
"description": "On demand rate of the resource.",
"description": "Hourly on-demand rate of the resource. Includes only hardware rate i.e, software rate is not included.",
"type": "number",
"readOnly": true
},
Expand All @@ -3315,7 +3315,7 @@
"readOnly": true
},
"reservationRate": {
"description": "Reservation rate of the resource.",
"description": "Hourly reservation rate of the resource. Varies based on the term.",
"type": "number",
"readOnly": true
},
Expand Down

0 comments on commit 839aa66

Please sign in to comment.