ScheduleProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of the schedule.
public class ScheduleProperties
type ScheduleProperties = class
Public Class ScheduleProperties
- Inheritance
-
ScheduleProperties
Constructors
ScheduleProperties(ScheduleFrequency, DateTimeOffset, DateTimeOffset) |
Initializes a new instance of ScheduleProperties. |
Properties
DayOfMonth |
UTC day on which cost analysis data will be emailed. Must be between 1 and 31. This property is applicable when frequency is Monthly and overrides weeksOfMonth or daysOfWeek. |
DaysOfWeek |
Day names in english on which cost analysis data will be emailed. This property is applicable when frequency is Weekly or Monthly. |
EndOn |
The end date and time of the scheduled action (UTC). |
Frequency |
Frequency of the schedule. |
HourOfDay |
UTC time at which cost analysis data will be emailed. |
StartOn |
The start date and time of the scheduled action (UTC). |
WeeksOfMonth |
Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek. |