Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateScopeJobProperties
Scope job properties used when submitting Scope jobs.
|
class |
CreateUSqlJobProperties
U-SQL job properties used when submitting U-SQL jobs.
|
Modifier and Type | Method and Description |
---|---|
CreateJobProperties |
BaseJobParameters.properties()
Get the job specific properties.
|
CreateJobProperties |
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 |
CreateJobProperties.withScript(String script)
Set the script to run.
|
Modifier and Type | Method and Description |
---|---|
BaseJobParameters |
BaseJobParameters.withProperties(CreateJobProperties properties)
Set the job specific properties.
|
Copyright © 2019. All rights reserved.