MonitoringClient.GetSparkJobList(CancellationToken) Method
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.
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.