Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
RecurrenceFrequency |
Recurrence.frequency()
Get the recurrence frequency.
|
static RecurrenceFrequency |
RecurrenceFrequency.fromString(String value)
Parses a serialized value to a RecurrenceFrequency instance.
|
static RecurrenceFrequency |
RecurrenceFrequency.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.
|
Modifier and Type | Method and Description |
---|---|
Recurrence |
Recurrence.withFrequency(RecurrenceFrequency frequency)
Set the recurrence frequency.
|
Copyright © 2019. All rights reserved.