Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportTimePeriod
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ExportTimePeriod in com.azure.resourcemanager.costmanagement.models
Modifier 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.Modifier and TypeMethodDescriptionExportDefinition.withTimePeriod
(ExportTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the export.