Partilhar via


ClusterJobs interface

Interface que representa um ClusterJobs.

Métodos

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

Operações em tarefas do HDInsight no cluster do AKS.

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

Operações em tarefas do HDInsight no cluster do AKS.

list(string, string, string, ClusterJobsListOptionalParams)

Obtenha tarefas do HDInsight no cluster do AKS.

Detalhes de Método

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

Operações em tarefas do HDInsight no cluster do AKS.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

clusterPoolName

string

O nome do conjunto de clusters.

clusterName

string

O nome do cluster do HDInsight.

clusterJob
ClusterJob

A tarefa cluster.

options
ClusterJobsRunJobOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Operações em tarefas do HDInsight no cluster do AKS.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

clusterPoolName

string

O nome do conjunto de clusters.

clusterName

string

O nome do cluster do HDInsight.

clusterJob
ClusterJob

A tarefa cluster.

options
ClusterJobsRunJobOptionalParams

Os parâmetros de opções.

Devoluções

Promise<ClusterJob>

list(string, string, string, ClusterJobsListOptionalParams)

Obtenha tarefas do HDInsight no cluster do AKS.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

clusterPoolName

string

O nome do conjunto de clusters.

clusterName

string

O nome do cluster do HDInsight.

options
ClusterJobsListOptionalParams

Os parâmetros de opções.

Devoluções