Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertOperator
Packages that use AlertOperator
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of AlertOperator in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as AlertOperatorModifier and TypeFieldDescriptionstatic final AlertOperatorAlertOperator.EQUAL_TOStatic value EqualTo for AlertOperator.static final AlertOperatorAlertOperator.GREATER_THANStatic value GreaterThan for AlertOperator.static final AlertOperatorAlertOperator.GREATER_THAN_OR_EQUAL_TOStatic value GreaterThanOrEqualTo for AlertOperator.static final AlertOperatorAlertOperator.LESS_THANStatic value LessThan for AlertOperator.static final AlertOperatorAlertOperator.LESS_THAN_OR_EQUAL_TOStatic value LessThanOrEqualTo for AlertOperator.static final AlertOperatorAlertOperator.NONEStatic value None for AlertOperator.Methods in com.azure.resourcemanager.costmanagement.models that return AlertOperatorModifier and TypeMethodDescriptionstatic AlertOperatorAlertOperator.fromString(String name) Creates or finds a AlertOperator from its string representation.AlertPropertiesDetails.operator()Get the operator property: operator used to compare currentSpend with amount.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AlertOperatorModifier and TypeMethodDescriptionstatic Collection<AlertOperator>AlertOperator.values()Gets known AlertOperator values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AlertOperatorModifier and TypeMethodDescriptionAlertPropertiesDetails.withOperator(AlertOperator operator) Set the operator property: operator used to compare currentSpend with amount.