SparkBatchJobOptions 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
SparkBatchJobOptions(String, String) |
Initializes a new instance of SparkBatchJobOptions. |
SparkBatchJobOptions(String, String, SparkBatchOperationCompletionType) |
Initializes a new instance of SparkBatchJobOptions. |
SparkBatchJobOptions(String, String)
- Source:
- SparkBatchJobOptions.cs
Initializes a new instance of SparkBatchJobOptions.
public SparkBatchJobOptions (string name, string file);
new Azure.Analytics.Synapse.Spark.Models.SparkBatchJobOptions : string * string -> Azure.Analytics.Synapse.Spark.Models.SparkBatchJobOptions
Public Sub New (name As String, file As String)
Parameters
- name
- String
- file
- String
Exceptions
name
or file
is null.
Applies to
SparkBatchJobOptions(String, String, SparkBatchOperationCompletionType)
- Source:
- SparkBatchJobOptions.cs
Initializes a new instance of SparkBatchJobOptions.
public SparkBatchJobOptions (string name, string file, Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType creationCompletionType = Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType.JobSubmission);
new Azure.Analytics.Synapse.Spark.Models.SparkBatchJobOptions : string * string * Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType -> Azure.Analytics.Synapse.Spark.Models.SparkBatchJobOptions
Public Sub New (name As String, file As String, Optional creationCompletionType As SparkBatchOperationCompletionType = Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType.JobSubmission)
Parameters
- name
- String
- file
- String
- creationCompletionType
- SparkBatchOperationCompletionType
Exceptions
name
or file
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET