你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SparkBatchClient Class

Definition

The SparkBatch service client.

public class SparkBatchClient
type SparkBatchClient = class
Public Class SparkBatchClient
Inheritance
SparkBatchClient

Constructors

SparkBatchClient()

Initializes a new instance of SparkBatchClient for mocking.

SparkBatchClient(Uri, String, TokenCredential, String, SparkClientOptions)

Initializes a new instance of SparkBatchClient.

Methods

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)

Applies to