ClusterJobs interface
Interface die een ClusterJobs vertegenwoordigt.
Methoden
begin |
Bewerkingen op taken van HDInsight in AKS-cluster. |
begin |
Bewerkingen op taken van HDInsight in AKS-cluster. |
list(string, string, string, Cluster |
Taken van HDInsight ophalen in een AKS-cluster. |
Methodedetails
beginRunJob(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)
Bewerkingen op taken van HDInsight in AKS-cluster.
function beginRunJob(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- clusterPoolName
-
string
De naam van de clustergroep.
- clusterName
-
string
De naam van het HDInsight-cluster.
- clusterJob
- ClusterJob
De clustertaak.
- options
- ClusterJobsRunJobOptionalParams
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>
beginRunJobAndWait(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)
Bewerkingen op taken van HDInsight in AKS-cluster.
function beginRunJobAndWait(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<ClusterJob>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- clusterPoolName
-
string
De naam van de clustergroep.
- clusterName
-
string
De naam van het HDInsight-cluster.
- clusterJob
- ClusterJob
De clustertaak.
- options
- ClusterJobsRunJobOptionalParams
De optiesparameters.
Retouren
Promise<ClusterJob>
list(string, string, string, ClusterJobsListOptionalParams)
Taken van HDInsight ophalen in een AKS-cluster.
function list(resourceGroupName: string, clusterPoolName: string, clusterName: string, options?: ClusterJobsListOptionalParams): PagedAsyncIterableIterator<ClusterJob, ClusterJob[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- clusterPoolName
-
string
De naam van de clustergroep.
- clusterName
-
string
De naam van het HDInsight-cluster.
- options
- ClusterJobsListOptionalParams
De optiesparameters.
Retouren
Azure SDK for JavaScript