ClusterJobs interface
Interface representing a ClusterJobs.
Methods
begin |
Operations on jobs of HDInsight on AKS cluster. |
begin |
Operations on jobs of HDInsight on AKS cluster. |
list(string, string, string, Cluster |
Get jobs of HDInsight on AKS cluster. |
Method Details
beginRunJob(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)
Operations on jobs of HDInsight on AKS cluster.
function beginRunJob(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterPoolName
-
string
The name of the cluster pool.
- clusterName
-
string
The name of the HDInsight cluster.
- clusterJob
- ClusterJob
The Cluster job.
- options
- ClusterJobsRunJobOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>
beginRunJobAndWait(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)
Operations on jobs of HDInsight on AKS cluster.
function beginRunJobAndWait(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<ClusterJob>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterPoolName
-
string
The name of the cluster pool.
- clusterName
-
string
The name of the HDInsight cluster.
- clusterJob
- ClusterJob
The Cluster job.
- options
- ClusterJobsRunJobOptionalParams
The options parameters.
Returns
Promise<ClusterJob>
list(string, string, string, ClusterJobsListOptionalParams)
Get jobs of HDInsight on AKS cluster.
function list(resourceGroupName: string, clusterPoolName: string, clusterName: string, options?: ClusterJobsListOptionalParams): PagedAsyncIterableIterator<ClusterJob, ClusterJob[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterPoolName
-
string
The name of the cluster pool.
- clusterName
-
string
The name of the HDInsight cluster.
- options
- ClusterJobsListOptionalParams
The options parameters.
Returns
Azure SDK for JavaScript