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

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas
@desc Retrieves the subscription's current quota information in a particular region.
@required {location: any # The region in which to retrieve the subscription's quota information. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/, api-version: any # Client Api Version., subscriptionId: any # GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}
@returns(200) Successfully retrieved the subscription's quota information in the specified region.

@end
