Schedule Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. Schedule
- com.
- com.
public final class Schedule
extends ExpandableStringEnum<Schedule>
This is a required field. This field is used to schedule an inventory formation.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Schedule |
DAILY
Static value Daily for Schedule. |
| static final Schedule |
WEEKLY
Static value Weekly for Schedule. |
Constructor Summary
| Constructor | Description |
|---|---|
| Schedule() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Schedule value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Schedule |
fromString(String name)
Creates or finds a Schedule from its string representation. |
| static Collection<Schedule> |
values()
Gets known Schedule values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DAILY
public static final Schedule DAILY
Static value Daily for Schedule.
WEEKLY
public static final Schedule WEEKLY
Static value Weekly for Schedule.
Constructor Details
Schedule
@Deprecated
public Schedule()
Deprecated
Creates a new instance of Schedule value.
Method Details
fromString
public static Schedule fromString(String name)
Creates or finds a Schedule from its string representation.
Parameters:
Returns:
values
public static Collection<Schedule> values()
Gets known Schedule values.
Returns: