Uses of Class
com.azure.resourcemanager.costmanagement.models.ScheduleProperties
Packages that use ScheduleProperties
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ScheduleProperties in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return SchedulePropertiesModifier and TypeMethodDescriptionScheduledActionInner.schedule()Get the schedule property: Schedule of the scheduled action.ScheduledActionProperties.schedule()Get the schedule property: Schedule of the scheduled action.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type SchedulePropertiesModifier and TypeMethodDescriptionScheduledActionInner.withSchedule(ScheduleProperties schedule) Set the schedule property: Schedule of the scheduled action.ScheduledActionProperties.withSchedule(ScheduleProperties schedule) Set the schedule property: Schedule of the scheduled action. -
Uses of ScheduleProperties in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return SchedulePropertiesModifier and TypeMethodDescriptionScheduledAction.schedule()Gets the schedule property: Schedule of the scheduled action.ScheduleProperties.withDayOfMonth(Integer dayOfMonth) Set the dayOfMonth property: UTC day on which cost analysis data will be emailed.ScheduleProperties.withDaysOfWeek(List<DaysOfWeek> daysOfWeek) Set the daysOfWeek property: Day names in english on which cost analysis data will be emailed.ScheduleProperties.withEndDate(OffsetDateTime endDate) Set the endDate property: The end date and time of the scheduled action (UTC).ScheduleProperties.withFrequency(ScheduleFrequency frequency) Set the frequency property: Frequency of the schedule.ScheduleProperties.withHourOfDay(Integer hourOfDay) Set the hourOfDay property: UTC time at which cost analysis data will be emailed.ScheduleProperties.withStartDate(OffsetDateTime startDate) Set the startDate property: The start date and time of the scheduled action (UTC).ScheduleProperties.withWeeksOfMonth(List<WeeksOfMonth> weeksOfMonth) Set the weeksOfMonth property: Weeks in which cost analysis data will be emailed.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type SchedulePropertiesModifier and TypeMethodDescriptionScheduledAction.DefinitionStages.WithSchedule.withSchedule(ScheduleProperties schedule) Specifies the schedule property: Schedule of the scheduled action..ScheduledAction.UpdateStages.WithSchedule.withSchedule(ScheduleProperties schedule) Specifies the schedule property: Schedule of the scheduled action..