Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastTimePeriod
Packages that use ForecastTimePeriod
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastTimePeriod in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ForecastTimePeriodModifier and TypeMethodDescriptionForecastDefinition.timePeriod()Get the timePeriod property: Has time period for pulling data for the forecast.ForecastTimePeriod.withFrom(OffsetDateTime from) Set the from property: The start date to pull data from.ForecastTimePeriod.withTo(OffsetDateTime to) Set the to property: The end date to pull data to.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ForecastTimePeriodModifier and TypeMethodDescriptionForecastDefinition.withTimePeriod(ForecastTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the forecast.