你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ScheduleItem 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.
Schedule info describing when the server should be started or stopped.
public class ScheduleItem
type ScheduleItem = class
Public Class ScheduleItem
- Inheritance
-
ScheduleItem
Constructors
ScheduleItem() |
Initializes a new instance of the ScheduleItem class. |
ScheduleItem(String, String, String, String) |
Initializes a new instance of the ScheduleItem class. |
Properties
StartDay |
Gets or sets start day. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' |
StartTime |
Gets or sets start time. |
StopDay |
Gets or sets stop day. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' |
StopTime |
Gets or sets stop time. |
Methods
Validate() |
Validate the object. |