Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertCriteria
Packages that use AlertCriteria
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of AlertCriteria in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as AlertCriteriaModifier and TypeFieldDescriptionstatic final AlertCriteriaAlertCriteria.COST_THRESHOLD_EXCEEDEDStatic value CostThresholdExceeded for AlertCriteria.static final AlertCriteriaAlertCriteria.CREDIT_THRESHOLD_APPROACHINGStatic value CreditThresholdApproaching for AlertCriteria.static final AlertCriteriaAlertCriteria.CREDIT_THRESHOLD_REACHEDStatic value CreditThresholdReached for AlertCriteria.static final AlertCriteriaAlertCriteria.CROSS_CLOUD_COLLECTION_ERRORStatic value CrossCloudCollectionError for AlertCriteria.static final AlertCriteriaAlertCriteria.CROSS_CLOUD_NEW_DATA_AVAILABLEStatic value CrossCloudNewDataAvailable for AlertCriteria.static final AlertCriteriaAlertCriteria.FORECAST_COST_THRESHOLD_EXCEEDEDStatic value ForecastCostThresholdExceeded for AlertCriteria.static final AlertCriteriaAlertCriteria.FORECAST_USAGE_THRESHOLD_EXCEEDEDStatic value ForecastUsageThresholdExceeded for AlertCriteria.static final AlertCriteriaAlertCriteria.GENERAL_THRESHOLD_ERRORStatic value GeneralThresholdError for AlertCriteria.static final AlertCriteriaAlertCriteria.INVOICE_DUE_DATE_APPROACHINGStatic value InvoiceDueDateApproaching for AlertCriteria.static final AlertCriteriaAlertCriteria.INVOICE_DUE_DATE_REACHEDStatic value InvoiceDueDateReached for AlertCriteria.static final AlertCriteriaAlertCriteria.MULTI_CURRENCYStatic value MultiCurrency for AlertCriteria.static final AlertCriteriaAlertCriteria.QUOTA_THRESHOLD_APPROACHINGStatic value QuotaThresholdApproaching for AlertCriteria.static final AlertCriteriaAlertCriteria.QUOTA_THRESHOLD_REACHEDStatic value QuotaThresholdReached for AlertCriteria.static final AlertCriteriaAlertCriteria.USAGE_THRESHOLD_EXCEEDEDStatic value UsageThresholdExceeded for AlertCriteria.Methods in com.azure.resourcemanager.costmanagement.models that return AlertCriteriaModifier and TypeMethodDescriptionAlertPropertiesDefinition.criteria()Get the criteria property: Criteria that triggered alert.static AlertCriteriaAlertCriteria.fromString(String name) Creates or finds a AlertCriteria from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AlertCriteriaModifier and TypeMethodDescriptionstatic Collection<AlertCriteria>AlertCriteria.values()Gets known AlertCriteria values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AlertCriteriaModifier and TypeMethodDescriptionAlertPropertiesDefinition.withCriteria(AlertCriteria criteria) Set the criteria property: Criteria that triggered alert.