ScheduleItem Constructors
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.
Overloads
ScheduleItem() |
Initializes a new instance of the ScheduleItem class. |
ScheduleItem(String, String, String, String) |
Initializes a new instance of the ScheduleItem class. |
ScheduleItem()
Initializes a new instance of the ScheduleItem class.
public ScheduleItem ();
Public Sub New ()
Applies to
ScheduleItem(String, String, String, String)
Initializes a new instance of the ScheduleItem class.
public ScheduleItem (string startDay, string startTime, string stopDay, string stopTime);
new Microsoft.Azure.Management.Sql.Models.ScheduleItem : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.ScheduleItem
Public Sub New (startDay As String, startTime As String, stopDay As String, stopTime As String)
Parameters
- startDay
- String
Start day. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'
- startTime
- String
Start time.
- stopDay
- String
Stop day. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'
- stopTime
- String
Stop time.