SparkJobDefinition 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.
Spark job definition.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkJobDefinition+SparkJobDefinitionConverter))]
public class SparkJobDefinition
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkJobDefinition+SparkJobDefinitionConverter))>]
type SparkJobDefinition = class
Public Class SparkJobDefinition
- Inheritance
-
SparkJobDefinition
- Attributes
Constructors
SparkJobDefinition(BigDataPoolReference, SparkJobProperties) |
Initializes a new instance of SparkJobDefinition. |
Properties
AdditionalProperties |
Additional Properties. |
Description |
The description of the Spark job definition. |
Folder |
The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level. |
JobProperties |
The properties of the Spark job. |
Language |
The language of the Spark application. |
RequiredSparkVersion |
The required Spark version of the application. |
TargetBigDataPool |
Big data pool reference. |
TargetSparkConfiguration |
The spark configuration of the spark job. |
Applies to
Azure SDK for .NET