Interface Transformations


  • public interface Transformations
    Resource collection API of Transformations.
    • Method Detail

      • get

        Transformation get​(String resourceGroupName,
                           String jobName,
                           String transformationName)
        Gets details about the specified transformation.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        jobName - The name of the streaming job.
        transformationName - The name of the transformation.
        Returns:
        details about the specified transformation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getWithResponse

        com.azure.core.http.rest.Response<Transformation> getWithResponse​(String resourceGroupName,
                                                                          String jobName,
                                                                          String transformationName,
                                                                          com.azure.core.util.Context context)
        Gets details about the specified transformation.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        jobName - The name of the streaming job.
        transformationName - The name of the transformation.
        context - The context to associate with this operation.
        Returns:
        details about the specified transformation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getById

        Transformation getById​(String id)
        Gets details about the specified transformation.
        Parameters:
        id - the resource ID.
        Returns:
        details about the specified transformation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<Transformation> getByIdWithResponse​(String id,
                                                                              com.azure.core.util.Context context)
        Gets details about the specified transformation.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        details about the specified transformation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • define

        Transformation.DefinitionStages.Blank define​(String name)
        Begins definition for a new Transformation resource.
        Parameters:
        name - resource name.
        Returns:
        the first stage of the new Transformation definition.