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