JobType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. streamanalytics. models. JobType
- com.
- com.
public final class JobType
extends ExpandableStringEnum<JobType>
Describes the type of the job. Valid modes are `Cloud` and 'Edge'.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Job |
CLOUD
Static value Cloud for Job |
|
static final
Job |
EDGE
Static value Edge for Job |
Constructor Summary
| Constructor | Description |
|---|---|
| JobType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Job |
fromString(String name)
Creates or finds a Job |
|
static
Collection<Job |
values()
Gets known Job |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CLOUD
public static final JobType CLOUD
Static value Cloud for JobType.
EDGE
public static final JobType EDGE
Static value Edge for JobType.
Constructor Details
JobType
@Deprecated
public JobType()
Deprecated
Creates a new instance of JobType value.
Method Details
fromString
public static JobType fromString(String name)
Creates or finds a JobType from its string representation.
Parameters:
Returns:
values
public static Collection<JobType> values()
Gets known JobType values.
Returns: