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