Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertTimeGrainType
Packages that use AlertTimeGrainType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of AlertTimeGrainType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as AlertTimeGrainTypeModifier and TypeFieldDescriptionstatic final AlertTimeGrainTypeAlertTimeGrainType.ANNUALLYStatic value Annually for AlertTimeGrainType.static final AlertTimeGrainTypeAlertTimeGrainType.BILLING_ANNUALStatic value BillingAnnual for AlertTimeGrainType.static final AlertTimeGrainTypeAlertTimeGrainType.BILLING_MONTHStatic value BillingMonth for AlertTimeGrainType.static final AlertTimeGrainTypeAlertTimeGrainType.BILLING_QUARTERStatic value BillingQuarter for AlertTimeGrainType.static final AlertTimeGrainTypeAlertTimeGrainType.MONTHLYStatic value Monthly for AlertTimeGrainType.static final AlertTimeGrainTypeAlertTimeGrainType.NONEStatic value None for AlertTimeGrainType.static final AlertTimeGrainTypeAlertTimeGrainType.QUARTERLYStatic value Quarterly for AlertTimeGrainType.Methods in com.azure.resourcemanager.costmanagement.models that return AlertTimeGrainTypeModifier and TypeMethodDescriptionstatic AlertTimeGrainTypeAlertTimeGrainType.fromString(String name) Creates or finds a AlertTimeGrainType from its string representation.AlertPropertiesDetails.timeGrainType()Get the timeGrainType property: Type of timegrain cadence.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AlertTimeGrainTypeModifier and TypeMethodDescriptionstatic Collection<AlertTimeGrainType>AlertTimeGrainType.values()Gets known AlertTimeGrainType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AlertTimeGrainTypeModifier and TypeMethodDescriptionAlertPropertiesDetails.withTimeGrainType(AlertTimeGrainType timeGrainType) Set the timeGrainType property: Type of timegrain cadence.