Uses of Class
com.azure.resourcemanager.monitor.models.Schedule
Packages that use Schedule
Package
Description
Package containing the inner data models for MonitorClient.
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 ScheduleModifier and TypeMethodDescriptionLogSearchRuleResourceInner.schedule()Get the schedule property: Schedule (Frequency, Time Window) for rule.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ScheduleModifier and TypeMethodDescriptionLogSearchRuleResourceInner.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 ScheduleModifier and TypeMethodDescriptionSchedule.withFrequencyInMinutes(int frequencyInMinutes) Set the frequencyInMinutes property: frequency (in minutes) at which rule condition should be evaluated.Schedule.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).