I am looking for Azure REST API that will help me calculate the cost of creating azure resources in advance. I got Azure Billing REST API. It certainly helps in getting the price of already created azure resources on monthly basis. But, I need it for Pre-consumption cost analysis. Kindly help me how to use the same to achieve the cost estimation without creating the resources.
Input: n number of VMs output: the latest cost of the VM(with specific criteria)*n.
Thanks in advance.