Uses of Class
com.microsoft.azure.management.monitor.RecurrenceFrequency
-
-
Uses of RecurrenceFrequency in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return RecurrenceFrequency Modifier and Type Method Description RecurrenceFrequencyRecurrence. frequency()Get the recurrence frequency.static RecurrenceFrequencyRecurrenceFrequency. fromString(String value)Parses a serialized value to a RecurrenceFrequency instance.static RecurrenceFrequencyRecurrenceFrequency. valueOf(String name)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.microsoft.azure.management.monitor with parameters of type RecurrenceFrequency Modifier and Type Method Description RecurrenceRecurrence. withFrequency(RecurrenceFrequency frequency)Set the recurrence frequency.
-