Uses of Class
com.azure.resourcemanager.monitor.models.RecurrentSchedule
Packages that use RecurrentSchedule
Package
Description
Package containing the data models for MonitorClient.
-
Uses of RecurrentSchedule in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type RecurrentScheduleModifier and TypeClassDescriptionfinal classThe scheduling constraints for when the profile begins.Methods in com.azure.resourcemanager.monitor.models that return RecurrentScheduleModifier and TypeMethodDescriptionstatic RecurrentScheduleRecurrentSchedule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecurrentSchedule from the JsonReader.Recurrence.schedule()Get the schedule property: the scheduling constraints for when the profile begins.Set the days property: the collection of days that the profile takes effect on.Set the hours property: A collection of hours that the profile takes effect on.RecurrentSchedule.withMinutes(List<Integer> minutes) Set the minutes property: A collection of minutes at which the profile takes effect at.RecurrentSchedule.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 RecurrentScheduleModifier and TypeMethodDescriptionRecurrence.withSchedule(RecurrentSchedule schedule) Set the schedule property: the scheduling constraints for when the profile begins.