Creates a transformation or replaces an already existing transformation under an existing streaming job.
Supports noop? false
Parameters
type(Optional[String[1]])
— Resource type
if_none_match(Optional[String[1]])
— 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.
resource_group_name(Optional[String[1]])
— The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
api_version(Optional[String[1]])
— Client Api Version.
subscription_id(Optional[String[1]])
— GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
job_name(Optional[String[1]])
— The name of the streaming job.
transformation_name(Optional[String[1]])
— The name of the transformation.
properties(Optional[String[1]])
— The properties that are associated with a transformation. Required on PUT (CreateOrReplace) requests.
id(Optional[String[1]])
— Resource Id
transformation(Optional[String[1]])
— The definition of the transformation that will be used to create a new transformation or replace the existing one under the streaming job.
if_match(Optional[String[1]])
— 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.