Share via


HDInsightClusterResource.GetClusterJobs(String, CancellationToken) Method

Definition

Get jobs of HDInsight on AKS cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}/jobs
  • Operation Id: ClusterJobs_List
  • Default Api Version: 2023-11-01-preview
public virtual Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob> GetClusterJobs (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetClusterJobs : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob>
override this.GetClusterJobs : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob>
Public Overridable Function GetClusterJobs (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ClusterJob)

Parameters

filter
String

The system query option to filter job returned in the response. Allowed value is 'jobName eq {jobName}' or 'jarName eq {jarName}'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ClusterJob that may take multiple service requests to iterate over.

Applies to