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

ClusterJobs interface

表示 ClusterJobs 的接口。

方法

beginRunJob(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)

对 AKS 群集上的 HDInsight 作业执行的操作。

beginRunJobAndWait(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)

对 AKS 群集上的 HDInsight 作业执行的操作。

list(string, string, string, ClusterJobsListOptionalParams)

在 AKS 群集上获取 HDInsight 的作业。

方法详细信息

beginRunJob(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)

对 AKS 群集上的 HDInsight 作业执行的操作。

function beginRunJob(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

clusterPoolName

string

群集池的名称。

clusterName

string

HDInsight 群集的名称。

clusterJob
ClusterJob

群集作业。

options
ClusterJobsRunJobOptionalParams

选项参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>

beginRunJobAndWait(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)

对 AKS 群集上的 HDInsight 作业执行的操作。

function beginRunJobAndWait(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<ClusterJob>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

clusterPoolName

string

群集池的名称。

clusterName

string

HDInsight 群集的名称。

clusterJob
ClusterJob

群集作业。

options
ClusterJobsRunJobOptionalParams

选项参数。

返回

Promise<ClusterJob>

list(string, string, string, ClusterJobsListOptionalParams)

在 AKS 群集上获取 HDInsight 的作业。

function list(resourceGroupName: string, clusterPoolName: string, clusterName: string, options?: ClusterJobsListOptionalParams): PagedAsyncIterableIterator<ClusterJob, ClusterJob[], PageSettings>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

clusterPoolName

string

群集池的名称。

clusterName

string

HDInsight 群集的名称。

options
ClusterJobsListOptionalParams

选项参数。

返回