Class RecurrenceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecurrenceType>
com.azure.resourcemanager.costmanagement.models.RecurrenceType
The schedule recurrence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecurrenceTypeStatic value Annually for RecurrenceType.static final RecurrenceTypeStatic value Daily for RecurrenceType.static final RecurrenceTypeStatic value Monthly for RecurrenceType.static final RecurrenceTypeStatic value Weekly for RecurrenceType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecurrenceTypefromString(String name) Creates or finds a RecurrenceType from its string representation.static Collection<RecurrenceType>values()Gets known RecurrenceType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DAILY
Static value Daily for RecurrenceType. -
WEEKLY
Static value Weekly for RecurrenceType. -
MONTHLY
Static value Monthly for RecurrenceType. -
ANNUALLY
Static value Annually for RecurrenceType.
-
-
Constructor Details
-
RecurrenceType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RecurrenceType value.
-
-
Method Details
-
fromString
Creates or finds a RecurrenceType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RecurrenceType.
-
values
Gets known RecurrenceType values.- Returns:
- known RecurrenceType values.
-
fromString(String)factory method.