BaseJobParameters 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
BaseJobParameters() |
Initializes a new instance of the BaseJobParameters class. |
BaseJobParameters(JobType, CreateJobProperties) |
Initializes a new instance of the BaseJobParameters class. |
BaseJobParameters()
Initializes a new instance of the BaseJobParameters class.
public BaseJobParameters ();
Public Sub New ()
Applies to
BaseJobParameters(JobType, CreateJobProperties)
Initializes a new instance of the BaseJobParameters class.
public BaseJobParameters (Microsoft.Azure.Management.DataLake.Analytics.Models.JobType type, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties properties);
new Microsoft.Azure.Management.DataLake.Analytics.Models.BaseJobParameters : Microsoft.Azure.Management.DataLake.Analytics.Models.JobType * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties -> Microsoft.Azure.Management.DataLake.Analytics.Models.BaseJobParameters
Public Sub New (type As JobType, properties As CreateJobProperties)
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.
Applies to
Azure SDK for .NET