{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-streamanalytics-transformations","description":"StreamAnalyticsManagementClient","version":"2016-03-01","base_url":"https://management.azure.com","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api StreamAnalyticsManagementClient\n@base https://management.azure.com\n@version 2016-03-01\n@auth OAuth2\n@endpoints 3\n@toc subscriptions(3)\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\n@desc Creates a transformation or replaces an already existing transformation under an existing streaming job.\n@required {transformation: any # The definition of the transformation that will be used to create a new transformation or replace the existing one under the streaming job., api-version: any # Client Api Version., subscriptionId: any # GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal., jobName: any # The name of the streaming job., transformationName: any # The name of the transformation.}\n@optional {If-Match: any # The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes., If-None-Match: any # Set to '*' to allow a new transformation to be created, but to prevent updating an existing transformation. Other values will result in a 412 Pre-condition Failed response.}\n@returns(200) The transformation was successfully created or replaced.\n@returns(201) The transformation was successfully created or replaced.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\n@desc 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.\n@required {transformation: any # A Transformation object. The properties specified here will overwrite the corresponding properties in the existing transformation (ie. Those properties will be updated). Any properties that are set to null here will mean that the corresponding property in the existing transformation will remain the same and not change as a result of this PATCH operation., api-version: any # Client Api Version., subscriptionId: any # GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal., jobName: any # The name of the streaming job., transformationName: any # The name of the transformation.}\n@optional {If-Match: any # The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.}\n@returns(200) The transformation was successfully updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\n@desc Gets details about the specified transformation.\n@required {api-version: any # Client Api Version., subscriptionId: any # GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call., resourceGroupName: any # The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal., jobName: any # The name of the streaming job., transformationName: any # The name of the transformation.}\n@returns(200) Successfully retrieved the specified transformation.\n\n@end\n"}