Class Schedule
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Schedule>
com.azure.resourcemanager.storage.models.Schedule
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
This is a required field. This field is used to schedule an inventory formation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchedulefromString(String name) Creates or finds a Schedule from its string representation.static Collection<Schedule> values()Gets known Schedule values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DAILY
Static value Daily for Schedule. -
WEEKLY
Static value Weekly for Schedule.
-
-
Constructor Details
-
Schedule
Deprecated.Use thefromString(String)factory method.Creates a new instance of Schedule value.
-
-
Method Details
-
fromString
Creates or finds a Schedule from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Schedule.
-
values
Gets known Schedule values.- Returns:
- known Schedule values.
-
fromString(String)factory method.