次の方法で共有


HDInsightClusterResource.RunJobClusterJobAsync メソッド

定義

AKS クラスター上の HDInsight のジョブに対する操作。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}/runJob
  • 操作IdClusterJobs_RunJob
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob>> RunJobClusterJobAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob clusterJob, System.Threading.CancellationToken cancellationToken = default);
abstract member RunJobClusterJobAsync : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob>>
override this.RunJobClusterJobAsync : Azure.WaitUntil * Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob>>
Public Overridable Function RunJobClusterJobAsync (waitUntil As WaitUntil, clusterJob As ClusterJob, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ClusterJob))

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

clusterJob
ClusterJob

クラスター ジョブ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

clusterJob が null です。

適用対象