BuildJobParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |