Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query regarding IncludedQuantity field in rate card response #1062

Closed
prashanthmadi opened this issue Sep 9, 2016 · 1 comment
Closed

Query regarding IncludedQuantity field in rate card response #1062

prashanthmadi opened this issue Sep 9, 2016 · 1 comment

Comments

@prashanthmadi
Copy link

When we query resource usage using billing API, we get quantity consumed in the given time frame as a part of response.
But does it consider IncludedQuantity or it provides consumption other than included quantity?

For example:
If IncludedQuantity is 10 for a particular resource, meaning consumption up to quantity 10 is free.
So if we get resource consumption as 12, does it mean we are charged for only 2 quantities Or it has already considered it and we are charged for 12?

@prashanthmadi
Copy link
Author

prashanthmadi commented Sep 28, 2016

these queries are related to rest api's
https://msdn.microsoft.com/en-us/library/azure/mt219001.aspx
https://msdn.microsoft.com/en-us/library/azure/mt219004.aspx

if "quantity" is 40.00 and "IncludedQuantity" is 10.00 then while calculating actual cost of resource what is the value of “quantity” we should consider?
Should it be 30 or 40?

  • The value to consider is 30, as the included quantity is already 10.
  • In any given scenario we would only consider what is not in the included quantity .

-- Not an Java SDK issue.. closing it

jianghaolu added a commit to jianghaolu/azure-sdk-for-java that referenced this issue Feb 27, 2017
jianghaolu added a commit to jianghaolu/azure-sdk-for-java that referenced this issue Feb 27, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant