Uses of Class
com.azure.resourcemanager.monitor.models.RecurrentSchedule
-
Packages that use RecurrentSchedule Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of RecurrentSchedule in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return RecurrentSchedule Modifier and Type Method Description RecurrentScheduleRecurrence. schedule()Get the schedule property: the scheduling constraints for when the profile begins.RecurrentScheduleRecurrentSchedule. withDays(List<String> days)Set the days property: the collection of days that the profile takes effect on.RecurrentScheduleRecurrentSchedule. withHours(List<Integer> hours)Set the hours property: A collection of hours that the profile takes effect on.RecurrentScheduleRecurrentSchedule. withMinutes(List<Integer> minutes)Set the minutes property: A collection of minutes at which the profile takes effect at.RecurrentScheduleRecurrentSchedule. withTimeZone(String timeZone)Set the timeZone property: the timezone for the hours of the profile.Methods in com.azure.resourcemanager.monitor.models with parameters of type RecurrentSchedule Modifier and Type Method Description RecurrenceRecurrence. withSchedule(RecurrentSchedule schedule)Set the schedule property: the scheduling constraints for when the profile begins.
-