Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportSchedule
Packages that use ExportSchedule
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ExportSchedule in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ExportScheduleModifier and TypeMethodDescriptionExportInner.schedule()Get the schedule property: Has schedule information for the export.ExportProperties.schedule()Get the schedule property: Has schedule information for the export.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ExportScheduleModifier and TypeMethodDescriptionExportInner.withSchedule(ExportSchedule schedule) Set the schedule property: Has schedule information for the export.ExportProperties.withSchedule(ExportSchedule schedule) Set the schedule property: Has schedule information for the export. -
Uses of ExportSchedule in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportScheduleModifier and TypeMethodDescriptionExport.schedule()Gets the schedule property: Has schedule information for the export.ExportSchedule.withRecurrence(RecurrenceType recurrence) Set the recurrence property: The schedule recurrence.ExportSchedule.withRecurrencePeriod(ExportRecurrencePeriod recurrencePeriod) Set the recurrencePeriod property: Has start and end date of the recurrence.ExportSchedule.withStatus(StatusType status) Set the status property: The status of the export's schedule.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExportScheduleModifier and TypeMethodDescriptionExport.DefinitionStages.WithSchedule.withSchedule(ExportSchedule schedule) Specifies the schedule property: Has schedule information for the export..Export.UpdateStages.WithSchedule.withSchedule(ExportSchedule schedule) Specifies the schedule property: Has schedule information for the export..