Uses of Class
com.azure.resourcemanager.costmanagement.models.FunctionType
Packages that use FunctionType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of FunctionType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as FunctionTypeModifier and TypeFieldDescriptionstatic final FunctionTypeFunctionType.SUMStatic value Sum for FunctionType.Methods in com.azure.resourcemanager.costmanagement.models that return FunctionTypeModifier and TypeMethodDescriptionstatic FunctionTypeFunctionType.fromString(String name) Creates or finds a FunctionType from its string representation.ForecastAggregation.function()Get the function property: The name of the aggregation function to use.QueryAggregation.function()Get the function property: The name of the aggregation function to use.ReportConfigAggregation.function()Get the function property: The name of the aggregation function to use.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type FunctionTypeModifier and TypeMethodDescriptionstatic Collection<FunctionType>FunctionType.values()Gets known FunctionType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type FunctionTypeModifier and TypeMethodDescriptionForecastAggregation.withFunction(FunctionType function) Set the function property: The name of the aggregation function to use.QueryAggregation.withFunction(FunctionType function) Set the function property: The name of the aggregation function to use.ReportConfigAggregation.withFunction(FunctionType function) Set the function property: The name of the aggregation function to use.