Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.JobType
Packages that use JobType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of JobType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type JobType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as JobTypeModifier and TypeFieldDescriptionstatic final JobTypeJobType.FLINK_JOBStatic value FlinkJob for JobType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return JobTypeModifier and TypeMethodDescriptionstatic JobTypeJobType.fromString(String name) Creates or finds a JobType from its string representation.ClusterJobProperties.jobType()Get the jobType property: Type of cluster job.FlinkJobProperties.jobType()Get the jobType property: Type of cluster job.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type JobTypeModifier and TypeMethodDescriptionstatic Collection<JobType> JobType.values()Gets known JobType values.