@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}/virtualNetworkAvailableEndpointServices
@desc List what values of endpoint services are available for use.
@required {location: any # The location to check available endpoint services.}
@returns(200) Request successful. Returns list of available endpoint services.

@end
