SparkBatchClient 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.
The SparkBatch service client.
public class SparkBatchClient
type SparkBatchClient = class
Public Class SparkBatchClient
- Inheritance
-
SparkBatchClient
Constructors
| Name | Description |
|---|---|
| SparkBatchClient() |
Initializes a new instance of SparkBatchClient for mocking. |
| SparkBatchClient(Uri, String, TokenCredential, String, SparkClientOptions) |
Initializes a new instance of SparkBatchClient. |
Methods
| Name | Description |
|---|---|
| CancelSparkBatchJob(Int32, CancellationToken) |
Cancels a running spark batch job. |
| CancelSparkBatchJobAsync(Int32, CancellationToken) |
Cancels a running spark batch job. |
| GetSparkBatchJob(Int32, Nullable<Boolean>, CancellationToken) |
Gets a single spark batch job. |
| GetSparkBatchJobAsync(Int32, Nullable<Boolean>, CancellationToken) |
Gets a single spark batch job. |
| GetSparkBatchJobs(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken) |
List all spark batch jobs which are running under a particular spark pool. |
| GetSparkBatchJobsAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken) |
List all spark batch jobs which are running under a particular spark pool. |
| StartCreateSparkBatchJob(SparkBatchJobOptions, Nullable<Boolean>, CancellationToken) | |
| StartCreateSparkBatchJobAsync(SparkBatchJobOptions, Nullable<Boolean>, CancellationToken) | |