Uses of Class
com.azure.resourcemanager.monitor.models.Recurrence
Packages that use Recurrence
Package
Description
Package containing the inner data models for MonitorClient.
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 RecurrenceModifier and TypeMethodDescriptionAutoscaleProfileInner.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 RecurrenceModifier and TypeMethodDescriptionAutoscaleProfileInner.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 RecurrenceModifier and TypeMethodDescriptionstatic RecurrenceRecurrence.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Recurrence from the JsonReader.AutoscaleProfile.recurrentSchedule()Get the repeating times at which this profile begins.Recurrence.withFrequency(RecurrenceFrequency frequency) Set the frequency property: the recurrence frequency.Recurrence.withSchedule(RecurrentSchedule schedule) Set the schedule property: the scheduling constraints for when the profile begins.