Freigeben über


ClusterJobs interface

Schnittstelle, die einen ClusterJobs darstellt.

Methoden

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

Vorgänge für Aufträge von HDInsight im AKS-Cluster.

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

Vorgänge für Aufträge von HDInsight im AKS-Cluster.

list(string, string, string, ClusterJobsListOptionalParams)

Abrufen von Aufträgen von HDInsight im AKS-Cluster.

Details zur Methode

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

Vorgänge für Aufträge von HDInsight im AKS-Cluster.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

clusterPoolName

string

Der Name des Clusterpools.

clusterName

string

Der Name des HDInsight-Clusters.

clusterJob
ClusterJob

Der Clusterauftrag.

options
ClusterJobsRunJobOptionalParams

Die Optionsparameter.

Gibt zurück

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

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

Vorgänge für Aufträge von HDInsight im AKS-Cluster.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

clusterPoolName

string

Der Name des Clusterpools.

clusterName

string

Der Name des HDInsight-Clusters.

clusterJob
ClusterJob

Der Clusterauftrag.

options
ClusterJobsRunJobOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ClusterJob>

list(string, string, string, ClusterJobsListOptionalParams)

Abrufen von Aufträgen von HDInsight im AKS-Cluster.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

clusterPoolName

string

Der Name des Clusterpools.

clusterName

string

Der Name des HDInsight-Clusters.

options
ClusterJobsListOptionalParams

Die Optionsparameter.

Gibt zurück