{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Transformations API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Transformations", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/transformations/:transformationName", "params": [ { "name": "transformationName", "value": "", "type": "path", "description": "The name of the transformation." } ] }, "docs": "Gets details about the specified transformation." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/transformations/:transformationName", "headers": [ { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "transformationName", "value": "", "type": "path", "description": "The name of the transformation." } ] }, "docs": "Creates a transformation or replaces an already existing transformation under an existing streaming job." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Streamanalytics Streamingjobs Jobname Transformations Transformationname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourcegroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/transformations/:transformationName", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "transformationName", "value": "", "type": "path", "description": "The name of the transformation." } ] }, "docs": "Updates an existing transformation under an existing streaming job. This can be used to partially update (ie. update one or two properties) a transformation without affecting the rest the job or transformation definition." } ] } ], "bundled": true }