Uses of Class
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CreateJobProperties in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeClassDescriptionclass
Scope job properties used when submitting Scope jobs.class
U-SQL job properties used when submitting U-SQL jobs.Modifier and TypeMethodDescriptionBaseJobParameters.properties()
Get the job specific properties.CreateJobProperties.withRuntimeVersion
(String runtimeVersion) Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.CreateJobProperties.withScript
(String script) Set the script to run.Modifier and TypeMethodDescriptionBaseJobParameters.withProperties
(CreateJobProperties properties) Set the job specific properties.