Uses of Class
com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterJobInner
Packages that use ClusterJobInner
Package
Description
Package containing the service clients for HDInsightContainersManagementClient.
Package containing the inner data models for HDInsightContainersManagementClient.
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterJobInner in com.azure.resourcemanager.hdinsight.containers.fluent
Methods in com.azure.resourcemanager.hdinsight.containers.fluent that return ClusterJobInnerModifier and TypeMethodDescriptionClusterJobsClient.runJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob) Operations on jobs of HDInsight on AKS cluster.ClusterJobsClient.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.fluent that return types with arguments of type ClusterJobInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterJobInner>, ClusterJobInner> ClusterJobsClient.beginRunJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob) Operations on jobs of HDInsight on AKS cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterJobInner>, ClusterJobInner> ClusterJobsClient.beginRunJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob) Operations on jobs of HDInsight on AKS cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterJobInner>, ClusterJobInner> ClusterJobsClient.beginRunJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob, com.azure.core.util.Context context) Operations on jobs of HDInsight on AKS cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterJobInner>, ClusterJobInner> ClusterJobsClient.beginRunJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob, com.azure.core.util.Context context) Operations on jobs of HDInsight on AKS cluster.com.azure.core.http.rest.PagedIterable<ClusterJobInner> Get jobs of HDInsight on AKS cluster.com.azure.core.http.rest.PagedIterable<ClusterJobInner> ClusterJobsClient.list(String resourceGroupName, String clusterPoolName, String clusterName, String filter, com.azure.core.util.Context context) Get jobs of HDInsight on AKS cluster.Methods in com.azure.resourcemanager.hdinsight.containers.fluent with parameters of type ClusterJobInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterJobInner>, ClusterJobInner> ClusterJobsClient.beginRunJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob) Operations on jobs of HDInsight on AKS cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterJobInner>, ClusterJobInner> ClusterJobsClient.beginRunJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob, com.azure.core.util.Context context) Operations on jobs of HDInsight on AKS cluster.ClusterJobsClient.runJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob) Operations on jobs of HDInsight on AKS cluster.ClusterJobsClient.runJob(String resourceGroupName, String clusterPoolName, String clusterName, ClusterJobInner clusterJob, com.azure.core.util.Context context) Operations on jobs of HDInsight on AKS cluster. -
Uses of ClusterJobInner in com.azure.resourcemanager.hdinsight.containers.fluent.models
Methods in com.azure.resourcemanager.hdinsight.containers.fluent.models that return ClusterJobInnerModifier and TypeMethodDescriptionstatic ClusterJobInnerClusterJobInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterJobInner from the JsonReader.ClusterJobInner.withProperties(ClusterJobProperties properties) Set the properties property: Properties of cluster job. -
Uses of ClusterJobInner in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterJobInnerModifier and TypeMethodDescriptionClusterJob.innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterJobInner object.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterJobInnerModifier and TypeMethodDescriptionClusterJobList.value()Get the value property: Collection of cluster job.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterJobInnerModifier 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.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ClusterJobInnerModifier and TypeMethodDescriptionClusterJobList.withValue(List<ClusterJobInner> value) Set the value property: Collection of cluster job.