TransformationsOperationsExtensions Class

Definition

Extension methods for TransformationsOperations.

public static class TransformationsOperationsExtensions
type TransformationsOperationsExtensions = class
Public Module TransformationsOperationsExtensions
Inheritance
TransformationsOperationsExtensions

Methods

CreateOrReplace(ITransformationsOperations, Transformation, String, String, String, String, String)

Creates a transformation or replaces an already existing transformation under an existing streaming job.

CreateOrReplaceAsync(ITransformationsOperations, Transformation, String, String, String, String, String, CancellationToken)

Creates a transformation or replaces an already existing transformation under an existing streaming job.

Get(ITransformationsOperations, String, String, String)

Gets details about the specified transformation.

GetAsync(ITransformationsOperations, String, String, String, CancellationToken)

Gets details about the specified transformation.

Update(ITransformationsOperations, Transformation, String, String, String, String)

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.

UpdateAsync(ITransformationsOperations, Transformation, String, String, String, String, CancellationToken)

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.

Applies to