Uses of Class
com.azure.resourcemanager.costmanagement.models.OperatorType
Packages that use OperatorType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of OperatorType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as OperatorTypeModifier and TypeFieldDescriptionstatic final OperatorTypeOperatorType.CONTAINSStatic value Contains for OperatorType.static final OperatorTypeOperatorType.INStatic value In for OperatorType.Methods in com.azure.resourcemanager.costmanagement.models that return OperatorTypeModifier and TypeMethodDescriptionstatic OperatorTypeOperatorType.fromString(String name) Creates or finds a OperatorType from its string representation.ReportConfigComparisonExpression.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 OperatorTypeModifier and TypeMethodDescriptionstatic Collection<OperatorType>OperatorType.values()Gets known OperatorType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type OperatorTypeModifier and TypeMethodDescriptionReportConfigComparisonExpression.withOperator(OperatorType operator) Set the operator property: The operator to use for comparison.