Delen via


ITransformationsOperations Interface

Definition

TransformationsOperations operations.

public interface ITransformationsOperations
type ITransformationsOperations = interface
Public Interface ITransformationsOperations

Methods

CreateOrReplaceWithHttpMessagesAsync(Transformation, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets details about the specified transformation.

UpdateWithHttpMessagesAsync(Transformation, String, String, String, String, Dictionary<String,List<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.

Extension 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