Uses of Interface
com.azure.resourcemanager.hdinsight.containers.models.ClusterJob
Packages that use ClusterJob
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterJob in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterJobModifier and TypeMethodDescriptionClusterJobs.runJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob) Operations on jobs of HDInsight on AKS cluster.ClusterJobs.runJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob, com.azure.core.util.Context context) Operations on jobs of HDInsight on AKS cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterJobModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterJob> Get jobs of HDInsight on AKS cluster.com.azure.core.http.rest.PagedIterable<ClusterJob> ClusterJobs.list(String resourceGroupName, String clusterPoolName, String clusterName, String filter, com.azure.core.util.Context context) Get jobs of HDInsight on AKS cluster.