ClusterJobs interface
Interfaz que representa un ClusterJobs.
Métodos
begin |
Operaciones en trabajos de HDInsight en un clúster de AKS. |
begin |
Operaciones en trabajos de HDInsight en un clúster de AKS. |
list(string, string, string, Cluster |
Obtenga trabajos de HDInsight en el clúster de AKS. |
Detalles del método
beginRunJob(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)
Operaciones en trabajos de HDInsight en un clúster de AKS.
function beginRunJob(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- clusterPoolName
-
string
Nombre del grupo de clústeres.
- clusterName
-
string
el nombre del clúster de HDInsight.
- clusterJob
- ClusterJob
El trabajo Clúster.
- options
- ClusterJobsRunJobOptionalParams
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<ClusterJob>, ClusterJob>>
beginRunJobAndWait(string, string, string, ClusterJob, ClusterJobsRunJobOptionalParams)
Operaciones en trabajos de HDInsight en un clúster de AKS.
function beginRunJobAndWait(resourceGroupName: string, clusterPoolName: string, clusterName: string, clusterJob: ClusterJob, options?: ClusterJobsRunJobOptionalParams): Promise<ClusterJob>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- clusterPoolName
-
string
Nombre del grupo de clústeres.
- clusterName
-
string
el nombre del clúster de HDInsight.
- clusterJob
- ClusterJob
El trabajo Clúster.
- options
- ClusterJobsRunJobOptionalParams
Parámetros de opciones.
Devoluciones
Promise<ClusterJob>
list(string, string, string, ClusterJobsListOptionalParams)
Obtenga trabajos de HDInsight en el clúster de AKS.
function list(resourceGroupName: string, clusterPoolName: string, clusterName: string, options?: ClusterJobsListOptionalParams): PagedAsyncIterableIterator<ClusterJob, ClusterJob[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- clusterPoolName
-
string
Nombre del grupo de clústeres.
- clusterName
-
string
el nombre del clúster de HDInsight.
- options
- ClusterJobsListOptionalParams
Parámetros de opciones.
Devoluciones
Azure SDK for JavaScript