BuildJobParameters Constructors
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.
Overloads
BuildJobParameters() |
Initializes a new instance of the BuildJobParameters class. |
BuildJobParameters(JobType, CreateJobProperties, String) |
Initializes a new instance of the BuildJobParameters class. |
BuildJobParameters()
Initializes a new instance of the BuildJobParameters class.
public BuildJobParameters ();
Public Sub New ()
Applies to
BuildJobParameters(JobType, CreateJobProperties, String)
Initializes a new instance of the BuildJobParameters class.
public BuildJobParameters (Microsoft.Azure.Management.DataLake.Analytics.Models.JobType type, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties properties, string name = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.BuildJobParameters : Microsoft.Azure.Management.DataLake.Analytics.Models.JobType * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.BuildJobParameters
Public Sub New (type As JobType, properties As CreateJobProperties, Optional name As String = Nothing)
Parameters
- type
- JobType
The job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'
- properties
- CreateJobProperties
The job specific properties.
- name
- String
The friendly name of the job to build.
Applies to
Azure SDK for .NET