ScheduledType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devcenter. models. ScheduledType
- com.
- com.
public final class ScheduledType
extends ExpandableStringEnum<ScheduledType>
The supported types for a scheduled task.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Scheduled |
STOP_DEV_BOX
Static value Stop |
Constructor Summary
| Constructor | Description |
|---|---|
| ScheduledType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Scheduled |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Scheduled |
fromString(String name)
Creates or finds a Scheduled |
|
static
Collection<Scheduled |
values()
Gets known Scheduled |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
STOP_DEV_BOX
public static final ScheduledType STOP_DEV_BOX
Static value StopDevBox for ScheduledType.
Constructor Details
ScheduledType
@Deprecated
public ScheduledType()
Deprecated
Creates a new instance of ScheduledType value.
Method Details
fromString
public static ScheduledType fromString(String name)
Creates or finds a ScheduledType from its string representation.
Parameters:
Returns:
values
public static Collection<ScheduledType> values()
Gets known ScheduledType values.
Returns: