Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertCategory
Packages that use AlertCategory
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of AlertCategory in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as AlertCategoryModifier and TypeFieldDescriptionstatic final AlertCategoryAlertCategory.BILLINGStatic value Billing for AlertCategory.static final AlertCategoryAlertCategory.COSTStatic value Cost for AlertCategory.static final AlertCategoryAlertCategory.SYSTEMStatic value System for AlertCategory.static final AlertCategoryAlertCategory.USAGEStatic value Usage for AlertCategory.Methods in com.azure.resourcemanager.costmanagement.models that return AlertCategoryModifier and TypeMethodDescriptionAlertPropertiesDefinition.category()Get the category property: Alert category.static AlertCategoryAlertCategory.fromString(String name) Creates or finds a AlertCategory from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AlertCategoryModifier and TypeMethodDescriptionstatic Collection<AlertCategory>AlertCategory.values()Gets known AlertCategory values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AlertCategoryModifier and TypeMethodDescriptionAlertPropertiesDefinition.withCategory(AlertCategory category) Set the category property: Alert category.