Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastOperatorType
Packages that use ForecastOperatorType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastOperatorType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ForecastOperatorTypeModifier and TypeFieldDescriptionstatic final ForecastOperatorTypeForecastOperatorType.INStatic value In for ForecastOperatorType.Methods in com.azure.resourcemanager.costmanagement.models that return ForecastOperatorTypeModifier and TypeMethodDescriptionstatic ForecastOperatorTypeForecastOperatorType.fromString(String name) Creates or finds a ForecastOperatorType from its string representation.ForecastComparisonExpression.operator()Get the operator property: The operator to use for comparison.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ForecastOperatorTypeModifier and TypeMethodDescriptionstatic Collection<ForecastOperatorType>ForecastOperatorType.values()Gets known ForecastOperatorType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ForecastOperatorTypeModifier and TypeMethodDescriptionForecastComparisonExpression.withOperator(ForecastOperatorType operator) Set the operator property: The operator to use for comparison.