Uses of Class
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
Packages that use CreateJobProperties
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CreateJobProperties in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeClassDescriptionclassScope job properties used when submitting Scope jobs.classU-SQL job properties used when submitting U-SQL jobs.Methods in com.microsoft.azure.management.datalake.analytics.models that return CreateJobPropertiesModifier 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.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type CreateJobPropertiesModifier and TypeMethodDescriptionBaseJobParameters.withProperties(CreateJobProperties properties) Set the job specific properties.