Uses of Class
com.azure.resourcemanager.monitor.models.Schedule
-
Packages that use Schedule Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of Schedule in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return Schedule Modifier and Type Method Description ScheduleLogSearchRuleResourceInner. schedule()Get the schedule property: Schedule (Frequency, Time Window) for rule.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type Schedule Modifier and Type Method Description LogSearchRuleResourceInnerLogSearchRuleResourceInner. withSchedule(Schedule schedule)Set the schedule property: Schedule (Frequency, Time Window) for rule. -
Uses of Schedule in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return Schedule Modifier and Type Method Description ScheduleSchedule. withFrequencyInMinutes(int frequencyInMinutes)Set the frequencyInMinutes property: frequency (in minutes) at which rule condition should be evaluated.ScheduleSchedule. withTimeWindowInMinutes(int timeWindowInMinutes)Set the timeWindowInMinutes property: Time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes).
-