Class AlertTimeGrainType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertTimeGrainType>
com.azure.resourcemanager.costmanagement.models.AlertTimeGrainType
public final class AlertTimeGrainType
extends com.azure.core.util.ExpandableStringEnum<AlertTimeGrainType>
Type of timegrain cadence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AlertTimeGrainTypeStatic value Annually for AlertTimeGrainType.static final AlertTimeGrainTypeStatic value BillingAnnual for AlertTimeGrainType.static final AlertTimeGrainTypeStatic value BillingMonth for AlertTimeGrainType.static final AlertTimeGrainTypeStatic value BillingQuarter for AlertTimeGrainType.static final AlertTimeGrainTypeStatic value Monthly for AlertTimeGrainType.static final AlertTimeGrainTypeStatic value None for AlertTimeGrainType.static final AlertTimeGrainTypeStatic value Quarterly for AlertTimeGrainType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertTimeGrainTypefromString(String name) Creates or finds a AlertTimeGrainType from its string representation.static Collection<AlertTimeGrainType>values()Gets known AlertTimeGrainType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for AlertTimeGrainType. -
MONTHLY
Static value Monthly for AlertTimeGrainType. -
QUARTERLY
Static value Quarterly for AlertTimeGrainType. -
ANNUALLY
Static value Annually for AlertTimeGrainType. -
BILLING_MONTH
Static value BillingMonth for AlertTimeGrainType. -
BILLING_QUARTER
Static value BillingQuarter for AlertTimeGrainType. -
BILLING_ANNUAL
Static value BillingAnnual for AlertTimeGrainType.
-
-
Constructor Details
-
AlertTimeGrainType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AlertTimeGrainType value.
-
-
Method Details
-
fromString
Creates or finds a AlertTimeGrainType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AlertTimeGrainType.
-
values
Gets known AlertTimeGrainType values.- Returns:
- known AlertTimeGrainType values.
-
fromString(String)factory method.