ClusterJobs interface
ClusterJobs を表すインターフェイス。
メソッド
begin |
AKS クラスター上の HDInsight のジョブに対する操作。 |
begin |
AKS クラスター上の HDInsight のジョブに対する操作。 |
list(string, string, string, Cluster |
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 パラメーター。
戻り値
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript