TransformationsClient Interface
public interface TransformationsClient
An instance of this class provides access to all the operations defined in TransformationsClient.
Method Summary
Method Details
createOrReplace
public abstract TransformationInner createOrReplace(String resourceGroupName, String jobName, String transformationName, TransformationInner transformation)
Creates a transformation or replaces an already existing transformation under an existing streaming job.
Parameters:
Returns:
createOrReplaceWithResponse
public abstract TransformationsCreateOrReplaceResponse createOrReplaceWithResponse(String resourceGroupName, String jobName, String transformationName, TransformationInner transformation, String ifMatch, String ifNoneMatch, Context context)
Creates a transformation or replaces an already existing transformation under an existing streaming job.
Parameters:
Returns:
get
public abstract TransformationInner get(String resourceGroupName, String jobName, String transformationName)
Gets details about the specified transformation.
Parameters:
Returns:
getWithResponse
public abstract TransformationsGetResponse getWithResponse(String resourceGroupName, String jobName, String transformationName, Context context)
Gets details about the specified transformation.
Parameters:
Returns:
update
public abstract TransformationInner update(String resourceGroupName, String jobName, String transformationName, TransformationInner transformation)
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.
Parameters:
Returns:
updateWithResponse
public abstract TransformationsUpdateResponse updateWithResponse(String resourceGroupName, String jobName, String transformationName, TransformationInner transformation, String ifMatch, Context context)
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.
Parameters:
Returns: