Partager via


ClusterJobs interface

Interface représentant un ClusterJobs.

Méthodes

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

Opérations sur les travaux de HDInsight sur un cluster AKS.

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

Opérations sur les travaux de HDInsight sur un cluster AKS.

list(string, string, string, ClusterJobsListOptionalParams)

Obtenir des travaux de HDInsight sur un cluster AKS.

Détails de la méthode

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

Opérations sur les travaux de HDInsight sur un cluster AKS.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterPoolName

string

Nom du pool de clusters.

clusterName

string

nom du cluster HDInsight.

clusterJob
ClusterJob

Travail de cluster.

options
ClusterJobsRunJobOptionalParams

Paramètres d’options.

Retours

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

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

Opérations sur les travaux de HDInsight sur un cluster AKS.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterPoolName

string

Nom du pool de clusters.

clusterName

string

nom du cluster HDInsight.

clusterJob
ClusterJob

Travail de cluster.

options
ClusterJobsRunJobOptionalParams

Paramètres d’options.

Retours

Promise<ClusterJob>

list(string, string, string, ClusterJobsListOptionalParams)

Obtenir des travaux de HDInsight sur un cluster AKS.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterPoolName

string

Nom du pool de clusters.

clusterName

string

nom du cluster HDInsight.

options
ClusterJobsListOptionalParams

Paramètres d’options.

Retours