Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastTimeframe
Packages that use ForecastTimeframe
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastTimeframe in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ForecastTimeframeModifier and TypeFieldDescriptionstatic final ForecastTimeframeForecastTimeframe.CUSTOMStatic value Custom for ForecastTimeframe.Methods in com.azure.resourcemanager.costmanagement.models that return ForecastTimeframeModifier and TypeMethodDescriptionstatic ForecastTimeframeForecastTimeframe.fromString(String name) Creates or finds a ForecastTimeframe from its string representation.ForecastDefinition.timeframe()Get the timeframe property: The time frame for pulling data for the forecast.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ForecastTimeframeModifier and TypeMethodDescriptionstatic Collection<ForecastTimeframe>ForecastTimeframe.values()Gets known ForecastTimeframe values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ForecastTimeframeModifier and TypeMethodDescriptionForecastDefinition.withTimeframe(ForecastTimeframe timeframe) Set the timeframe property: The time frame for pulling data for the forecast.