Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryTimePeriod
Packages that use QueryTimePeriod
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryTimePeriod in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return QueryTimePeriodModifier 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.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type QueryTimePeriodModifier and TypeMethodDescriptionQueryDefinition.withTimePeriod(QueryTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the query.