次の方法で共有


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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値