Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastType
Packages that use ForecastType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ForecastTypeModifier and TypeFieldDescriptionstatic final ForecastTypeForecastType.ACTUAL_COSTStatic value ActualCost for ForecastType.static final ForecastTypeForecastType.AMORTIZED_COSTStatic value AmortizedCost for ForecastType.static final ForecastTypeForecastType.USAGEStatic value Usage for ForecastType.Methods in com.azure.resourcemanager.costmanagement.models that return ForecastTypeModifier and TypeMethodDescriptionstatic ForecastTypeForecastType.fromString(String name) Creates or finds a ForecastType from its string representation.ForecastDefinition.type()Get the type property: The type of the forecast.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ForecastTypeModifier and TypeMethodDescriptionstatic Collection<ForecastType>ForecastType.values()Gets known ForecastType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ForecastTypeModifier and TypeMethodDescriptionForecastDefinition.withType(ForecastType type) Set the type property: The type of the forecast.