Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryTimePeriod
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryTimePeriod in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionQueryDefinition.timePeriod()
Get the timePeriod property: Has time period for pulling data for the query.QueryTimePeriod.withFrom
(OffsetDateTime from) Set the from property: The start date to pull data from.QueryTimePeriod.withTo
(OffsetDateTime to) Set the to property: The end date to pull data to.Modifier and TypeMethodDescriptionQueryDefinition.withTimePeriod
(QueryTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the query.