Class ScheduledActionKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScheduledActionKind>
com.azure.resourcemanager.costmanagement.models.ScheduledActionKind
public final class ScheduledActionKind
extends com.azure.core.util.ExpandableStringEnum<ScheduledActionKind>
Kind of the scheduled action.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ScheduledActionKind
Static value Email for ScheduledActionKind.static final ScheduledActionKind
Static value InsightAlert for ScheduledActionKind. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledActionKind
fromString
(String name) Creates or finds a ScheduledActionKind from its string representation.static Collection<ScheduledActionKind>
values()
Gets known ScheduledActionKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
EMAIL
Static value Email for ScheduledActionKind. -
INSIGHT_ALERT
Static value InsightAlert for ScheduledActionKind.
-
-
Constructor Details
-
ScheduledActionKind
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ScheduledActionKind value.
-
-
Method Details
-
fromString
Creates or finds a ScheduledActionKind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ScheduledActionKind.
-
values
Gets known ScheduledActionKind values.- Returns:
- known ScheduledActionKind values.
-
fromString(String)
factory method.