Transformations Interface
public interface Transformations
Resource collection API of Transformations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Transformation resource. |
| abstract Transformation |
get(String resourceGroupName, String jobName, String transformationName)
Gets details about the specified transformation. |
| abstract Transformation |
getById(String id)
Gets details about the specified transformation. |
| abstract Response<Transformation> |
getByIdWithResponse(String id, Context context)
Gets details about the specified transformation. |
| abstract Response<Transformation> |
getWithResponse(String resourceGroupName, String jobName, String transformationName, Context context)
Gets details about the specified transformation. |
Method Details
define
public abstract Transformation.DefinitionStages.Blank define(String name)
Begins definition for a new Transformation resource.
Parameters:
Returns:
get
public abstract Transformation get(String resourceGroupName, String jobName, String transformationName)
Gets details about the specified transformation.
Parameters:
Returns:
getById
public abstract Transformation getById(String id)
Gets details about the specified transformation.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Transformation> getByIdWithResponse(String id, Context context)
Gets details about the specified transformation.
Parameters:
Returns:
getWithResponse
public abstract Response<Transformation> getWithResponse(String resourceGroupName, String jobName, String transformationName, Context context)
Gets details about the specified transformation.
Parameters:
Returns: