@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api HDInsightManagementClient
@base https://management.azure.com
@version 2018-06-01-preview
@auth OAuth2
@common_fields {subscriptionId: any # The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., location: any # The Azure location (region) for which to make the request., api-version: any # The HDInsight client API Version.}
@endpoints 6
@toc subscriptions(6)

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities
@desc Gets the capabilities for the specified location.
@returns(200) OK response definition.

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages
@desc Lists the usages for the specified location.
@returns(200) OK response definition.

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
@desc Lists the billingSpecs for the specified subscription and location.
@returns(200) OK response definition.

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/azureasyncoperations/{operationId}
@desc Get the async operation status.
@required {operationId: any # The long running operation id.}
@returns(200) OK response definition.

@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
@desc Check the cluster name is available or not.
@required {parameters: map}
@returns(200) OK response definition.

@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
@desc Validate the cluster create request spec is valid or not.
@required {parameters: any}
@returns(200) OK response definition.

@end
