Uses of Enum
com.azure.resourcemanager.monitor.models.RecurrenceFrequency
Packages that use RecurrenceFrequency
Package
Description
Package containing the data models for MonitorClient.
-
Uses of RecurrenceFrequency in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return RecurrenceFrequencyModifier and TypeMethodDescriptionRecurrence.frequency()
Get the frequency property: the recurrence frequency.static RecurrenceFrequency
RecurrenceFrequency.fromString
(String value) Parses a serialized value to a RecurrenceFrequency instance.static RecurrenceFrequency
Returns the enum constant of this type with the specified name.static RecurrenceFrequency[]
RecurrenceFrequency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.monitor.models with parameters of type RecurrenceFrequencyModifier and TypeMethodDescriptionRecurrence.withFrequency
(RecurrenceFrequency frequency) Set the frequency property: the recurrence frequency.