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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET