Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobProperties
Packages that use JobProperties
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobProperties in com.microsoft.azure.management.datalake.analytics.models
Subclasses of JobProperties in com.microsoft.azure.management.datalake.analytics.modelsModifier and TypeClassDescriptionclass
Hive job properties used when retrieving Hive jobs.class
Scope job properties used when submitting and retrieving Scope jobs.class
U-SQL job properties used when retrieving U-SQL jobs.Methods in com.microsoft.azure.management.datalake.analytics.models that return JobPropertiesModifier and TypeMethodDescriptionJobInformation.properties()
Get the job specific properties.JobProperties.withRuntimeVersion
(String runtimeVersion) Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.JobProperties.withScript
(String script) Set the script to run.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type JobPropertiesModifier and TypeMethodDescriptionJobInformation.withProperties
(JobProperties properties) Set the job specific properties.