Uses of Class
com.microsoft.azure.management.monitor.RecurrentSchedule
Packages that use RecurrentSchedule
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of RecurrentSchedule in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return RecurrentScheduleModifier and TypeMethodDescriptionRecurrence.schedule()
Get the scheduling constraints for when the profile begins.Set the collection of days that the profile takes effect on.Set a collection of hours that the profile takes effect on.RecurrentSchedule.withMinutes
(List<Integer> minutes) Set a collection of minutes at which the profile takes effect at.RecurrentSchedule.withTimeZone
(String timeZone) Set the timezone for the hours of the profile.Methods in com.microsoft.azure.management.monitor with parameters of type RecurrentScheduleModifier and TypeMethodDescriptionRecurrence.withSchedule
(RecurrentSchedule schedule) Set the scheduling constraints for when the profile begins.