Uses of Enum
com.azure.resourcemanager.monitor.models.DayOfWeek
Packages that use DayOfWeek
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DayOfWeek in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DayOfWeekModifier and TypeMethodDescriptionstatic DayOfWeek
DayOfWeek.fromString
(String value) Parses a serialized value to a DayOfWeek instance.static DayOfWeek
Returns the enum constant of this type with the specified name.static DayOfWeek[]
DayOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.monitor.models with parameters of type DayOfWeekModifier 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.