TransformationsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET