@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Azure ML Web Services Management Client
@base https://management.azure.com
@version 2017-01-01
@auth OAuth2
@common_fields {api-version: any}
@endpoints 9
@toc providers(1), subscriptions(8)

@group providers
@endpoint GET /providers/Microsoft.MachineLearning/operations
@returns(200)

@endgroup

@group subscriptions
@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}
@required {resourceGroupName: any, webServiceName: any, createOrUpdatePayload: map, subscriptionId: any}
@returns(200)
@returns(201)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}
@required {resourceGroupName: any, webServiceName: any, subscriptionId: any}
@optional {region: any}
@returns(200)

@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}
@required {resourceGroupName: any, webServiceName: any, patchPayload: map, subscriptionId: any}
@returns(200)

@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}
@required {resourceGroupName: any, webServiceName: any, subscriptionId: any}
@returns(202)
@returns(204)

@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/CreateRegionalBlob
@required {resourceGroupName: any, webServiceName: any, region: any, subscriptionId: any}
@returns(200)
@returns(202)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/listKeys
@required {resourceGroupName: any, webServiceName: any, subscriptionId: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices
@required {resourceGroupName: any, subscriptionId: any}
@optional {$skiptoken: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/webServices
@required {subscriptionId: any}
@optional {$skiptoken: any}
@returns(200)

@endgroup

@end
