Uses of Enum Class
com.microsoft.azure.management.monitor.RecurrenceFrequency
Packages that use RecurrenceFrequency
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of RecurrenceFrequency in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return RecurrenceFrequencyModifier and TypeMethodDescriptionRecurrence.frequency()Get the recurrence frequency.static RecurrenceFrequencyRecurrenceFrequency.fromString(String value) Parses a serialized value to a RecurrenceFrequency instance.static RecurrenceFrequencyReturns the enum constant of this class with the specified name.static RecurrenceFrequency[]RecurrenceFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.monitor with parameters of type RecurrenceFrequencyModifier and TypeMethodDescriptionRecurrence.withFrequency(RecurrenceFrequency frequency) Set the recurrence frequency.