BuildJobParameters Class

Definition

The parameters used to build a new Data Lake Analytics job.

public class BuildJobParameters : Microsoft.Azure.Management.DataLake.Analytics.Models.BaseJobParameters
type BuildJobParameters = class
    inherit BaseJobParameters
Public Class BuildJobParameters
Inherits BaseJobParameters
Inheritance
BuildJobParameters

Constructors

BuildJobParameters()

Initializes a new instance of the BuildJobParameters class.

BuildJobParameters(JobType, CreateJobProperties, String)

Initializes a new instance of the BuildJobParameters class.

Properties

Name

Gets or sets the friendly name of the job to build.

Properties

Gets or sets the job specific properties.

(Inherited from BaseJobParameters)
Type

Gets or sets the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'

(Inherited from BaseJobParameters)

Methods

Validate()

Validate the object.

Applies to