Hello,
In "https://prices.azure.com/api/retail/prices?" I would like to search for five specific criteria:
meterName
productName
skuName
serviceName
location
The filter should only show if all the 5 criteria match.
How can I execute this?
Hello,
In "https://prices.azure.com/api/retail/prices?" I would like to search for five specific criteria:
meterName
productName
skuName
serviceName
location
The filter should only show if all the 5 criteria match.
How can I execute this?
Sorry, I found the answer. You're supposed to used ''AND'' in the URL.
example:
https://prices.azure.com/api/retail/prices?$filter=meterName eq 'LRS Data Stored' and productName eq 'Tables' and skuName eq 'Standard LRS'
and serviceName eq 'Storage'
5 people are following this question.