Class JobType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobType>
com.azure.resourcemanager.hdinsight.containers.models.JobType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Type of cluster job.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobTypefromString(String name) Creates or finds a JobType from its string representation.static Collection<JobType> values()Gets known JobType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
FLINK_JOB
Static value FlinkJob for JobType.
-
-
Constructor Details
-
JobType
Deprecated.Use thefromString(String)factory method.Creates a new instance of JobType value.
-
-
Method Details
-
fromString
-
values
Gets known JobType values.- Returns:
- known JobType values.
-
fromString(String)factory method.