IntervalUnit Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. storage. models. IntervalUnit
- com.
- java.
public enum IntervalUnit
extends Enum<IntervalUnit>
Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'.
Fields
| DAYS |
Enum value Days. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static IntervalUnit fromString(String value)
Parses a serialized value to a IntervalUnit instance.
Parameters
- value
- String
Returns
the parsed IntervalUnit object, or null if unable to parse.