| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrenceFrequency |
Recurrence.frequency()
Get the frequency property: 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 frequency property: the recurrence frequency.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.