Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportRecurrencePeriod
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ExportRecurrencePeriod in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionExportSchedule.recurrencePeriod()
Get the recurrencePeriod property: Has start and end date of the recurrence.ExportRecurrencePeriod.withFrom
(OffsetDateTime from) Set the from property: The start date of recurrence.ExportRecurrencePeriod.withTo
(OffsetDateTime to) Set the to property: The end date of recurrence.Modifier and TypeMethodDescriptionExportSchedule.withRecurrencePeriod
(ExportRecurrencePeriod recurrencePeriod) Set the recurrencePeriod property: Has start and end date of the recurrence.