@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api NetworkManagementClient
@base https://management.azure.com
@version 2019-07-01
@auth OAuth2
@endpoints 1
@toc subscriptions(1)

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages
@desc List network usages for a subscription.
@required {location: any # The location where resource usage is queried.}
@returns(200) Request successful. The operation returns a list of Usage resources.

@end
