Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportRecurrencePeriod
Packages that use ExportRecurrencePeriod
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ExportRecurrencePeriod in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportRecurrencePeriodModifier 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.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExportRecurrencePeriodModifier and TypeMethodDescriptionExportSchedule.withRecurrencePeriod(ExportRecurrencePeriod recurrencePeriod) Set the recurrencePeriod property: Has start and end date of the recurrence.