CreateUSqlJobProperties Class

  • java.lang.Object
    • CreateJobProperties
      • com.microsoft.azure.management.datalake.analytics.models.CreateUSqlJobProperties

public class CreateUSqlJobProperties extends CreateJobProperties

U-SQL job properties used when submitting U-SQL jobs.

Method Summary

Modifier and Type Method and Description
CompileMode compileMode()

Get the compileMode value.

CreateUSqlJobProperties withCompileMode(CompileMode compileMode)

Set the compileMode value.

Inherited Members

Method Details

compileMode

public CompileMode compileMode()

Get the compileMode value.

Returns:

the compileMode value

withCompileMode

public CreateUSqlJobProperties withCompileMode(CompileMode compileMode)

Set the compileMode value.

Parameters:

compileMode - the compileMode value to set

Returns:

the CreateUSqlJobProperties object itself.

Applies to