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 RecurrenceFrequencyRecurrenceFrequency.fromString(String value) Parses a serialized value to a RecurrenceFrequency instance.static RecurrenceFrequencyReturns 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.