我正在尝试通过.net SDK将过滤器添加到rest-api调用中。 但是,我似乎无法正确设置过滤器格式,并且该文档不是很有帮助,并且在某种程度上存在冲突。
正在使用过滤器
"usageStart eq 17/10/2018 15:18:06 and usageEnd eq 17/10/2018 16:18:06"
从API返回的错误消息
only supports conditions of the form '<name> eq <value>' or '<name> ne <value>
https://docs.microsoft.com/en-us/rest/api/consumption/usagedetails/usagedetails_list
https://docs.microsoft.com/en-us/rest/api/monitor/filter-syntax