Uses of Class
com.azure.resourcemanager.costmanagement.models.FunctionName
Packages that use FunctionName
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of FunctionName in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as FunctionNameModifier and TypeFieldDescriptionstatic final FunctionNameFunctionName.COSTStatic value Cost for FunctionName.static final FunctionNameFunctionName.COST_USDStatic value CostUSD for FunctionName.static final FunctionNameFunctionName.PRE_TAX_COSTStatic value PreTaxCost for FunctionName.static final FunctionNameFunctionName.PRE_TAX_COST_USDStatic value PreTaxCostUSD for FunctionName.Methods in com.azure.resourcemanager.costmanagement.models that return FunctionNameModifier and TypeMethodDescriptionstatic FunctionNameFunctionName.fromString(String name) Creates or finds a FunctionName from its string representation.ForecastAggregation.name()Get the name property: The name of the column to aggregate.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type FunctionNameModifier and TypeMethodDescriptionstatic Collection<FunctionName>FunctionName.values()Gets known FunctionName values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type FunctionNameModifier and TypeMethodDescriptionForecastAggregation.withName(FunctionName name) Set the name property: The name of the column to aggregate.