SparkBatchOperation 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
SparkBatchOperation() |
Initializes a new instance of SparkBatchOperation for mocking. |
SparkBatchOperation(Int32, SparkBatchClient, SparkBatchOperationCompletionType) |
Initializes a new instance of the SparkBatchOperation class. |
SparkBatchOperation()
- Source:
- SparkBatchOperation.cs
Initializes a new instance of SparkBatchOperation for mocking.
protected SparkBatchOperation ();
Protected Sub New ()
Applies to
SparkBatchOperation(Int32, SparkBatchClient, SparkBatchOperationCompletionType)
- Source:
- SparkBatchOperation.cs
Initializes a new instance of the SparkBatchOperation class.
public SparkBatchOperation (int batchId, Azure.Analytics.Synapse.Spark.SparkBatchClient client, Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType completionType = Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType.JobSubmission);
new Azure.Analytics.Synapse.Spark.SparkBatchOperation : int * Azure.Analytics.Synapse.Spark.SparkBatchClient * Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType -> Azure.Analytics.Synapse.Spark.SparkBatchOperation
Public Sub New (batchId As Integer, client As SparkBatchClient, Optional completionType As SparkBatchOperationCompletionType = Azure.Analytics.Synapse.Spark.Models.SparkBatchOperationCompletionType.JobSubmission)
Parameters
- batchId
- Int32
The ID of the Spark batch job.
- client
- SparkBatchClient
The client used to check for completion.
- completionType
- SparkBatchOperationCompletionType
The operation completion type.
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