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