Udostępnij za pośrednictwem


MonitoringClient.GetSparkJobList(CancellationToken) Method

Definition

Get list of spark applications for the workspace.

public virtual Azure.Response<Azure.Analytics.Synapse.Monitoring.Models.SparkJobListViewResponse> GetSparkJobList (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSparkJobList : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Monitoring.Models.SparkJobListViewResponse>
override this.GetSparkJobList : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Monitoring.Models.SparkJobListViewResponse>
Public Overridable Function GetSparkJobList (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SparkJobListViewResponse)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to