@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 3
@toc subscriptions(3)

@endpoint PUT /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
@required {transformation: any, api-version: any, subscriptionId: any, resourceGroupName: any, jobName: any, transformationName: any}
@optional {If-Match: any, If-None-Match: any}
@returns(200)
@returns(201)

@endpoint PATCH /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
@required {transformation: any, api-version: any, subscriptionId: any, resourceGroupName: any, jobName: any, transformationName: any}
@optional {If-Match: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
@required {api-version: any, subscriptionId: any, resourceGroupName: any, jobName: any, transformationName: any}
@returns(200)

@end
