Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.ScheduleUpdateProperties
Package
Description
Package containing the inner data models for DevCenterManagementClient.
-
Uses of ScheduleUpdateProperties in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeClassDescriptionfinal class
The Schedule properties defining when and what to execute.Modifier and TypeMethodDescriptionScheduleUpdateProperties.withFrequency
(ScheduledFrequency frequency) Set the frequency property: The frequency of this scheduled task.ScheduleUpdateProperties.withState
(EnableStatus state) Set the state property: Indicates whether or not this scheduled task is enabled.Set the time property: The target time to trigger the action.ScheduleUpdateProperties.withTimeZone
(String timeZone) Set the timeZone property: The IANA timezone id at which the schedule should execute.ScheduleUpdateProperties.withType
(ScheduledType type) Set the type property: Supported type this scheduled task represents.