How to get network usages/quotas using Azure SDK for Golang?
I'm trying to get information about network usages and quota using Azure SDK for Golang and receive the same result as executing the following CLI command: % az network list-usages --location centralus --out table Name CurrentValue Limit ----------------------------------------------------------------- -------------- ----------…