Uses of Class
com.azure.resourcemanager.monitor.models.Recurrence
-
Packages that use Recurrence 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 Recurrence in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return Recurrence Modifier and Type Method Description RecurrenceAutoscaleProfileInner. recurrence()Get the recurrence property: the repeating times at which this profile begins.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type Recurrence Modifier and Type Method Description AutoscaleProfileInnerAutoscaleProfileInner. withRecurrence(Recurrence recurrence)Set the recurrence property: the repeating times at which this profile begins. -
Uses of Recurrence in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return Recurrence Modifier and Type Method Description RecurrenceAutoscaleProfile. recurrentSchedule()Get the repeating times at which this profile begins.RecurrenceRecurrence. withFrequency(RecurrenceFrequency frequency)Set the frequency property: the recurrence frequency.RecurrenceRecurrence. withSchedule(RecurrentSchedule schedule)Set the schedule property: the scheduling constraints for when the profile begins.
-