ClusterJobs interface

Interface que representa um ClusterJobs.

Métodos

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

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

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

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

list(string, string, string, ClusterJobsListOptionalParams)

Obtenha trabalhos do HDInsight no cluster do AKS.

Detalhes do método

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

Operações em trabalhos do HDInsight no cluster 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 diferencia maiúsculas de minúsculas.

clusterPoolName

string

O nome do pool de clusters.

clusterName

string

O nome do cluster HDInsight.

clusterJob
ClusterJob

O trabalho cluster.

options
ClusterJobsRunJobOptionalParams

Os parâmetros de opções.

Retornos

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

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

Operações em trabalhos do HDInsight no cluster 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 diferencia maiúsculas de minúsculas.

clusterPoolName

string

O nome do pool de clusters.

clusterName

string

O nome do cluster HDInsight.

clusterJob
ClusterJob

O trabalho cluster.

options
ClusterJobsRunJobOptionalParams

Os parâmetros de opções.

Retornos

Promise<ClusterJob>

list(string, string, string, ClusterJobsListOptionalParams)

Obtenha trabalhos 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 diferencia maiúsculas de minúsculas.

clusterPoolName

string

O nome do pool de clusters.

clusterName

string

O nome do cluster HDInsight.

options
ClusterJobsListOptionalParams

Os parâmetros de opções.

Retornos