Uses of Enum Class
com.microsoft.azure.management.monitor.DayOfWeek
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DayOfWeek in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionstatic DayOfWeek
DayOfWeek.fromString
(String value) Parses a serialized value to a DayOfWeek instance.static DayOfWeek
Returns the enum constant of this class with the specified name.static DayOfWeek[]
DayOfWeek.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAutoscaleProfile.DefinitionStages.WithScaleRuleOptional.withRecurrentSchedule
(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Specifies recurrent schedule for autoscale profile.AutoscaleProfile.DefinitionStages.WithScaleSchedule.withRecurrentSchedule
(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Specifies recurrent schedule for autoscale profile.AutoscaleProfile.Update.withRecurrentSchedule
(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Updates recurrent schedule for autoscale profile.AutoscaleProfile.UpdateDefinitionStages.WithScaleRuleOptional.withRecurrentSchedule
(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Specifies recurrent schedule for autoscale profile.AutoscaleProfile.UpdateDefinitionStages.WithScaleSchedule.withRecurrentSchedule
(String scheduleTimeZone, String startTime, DayOfWeek... weekday) Specifies recurrent schedule for autoscale profile.