WeeklySchedule 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
| Name | Description |
|---|---|
| WeeklySchedule() |
Initializes a new instance of the WeeklySchedule class. |
| WeeklySchedule(Int32, String) |
Initializes a new instance of the WeeklySchedule class. |
WeeklySchedule()
Initializes a new instance of the WeeklySchedule class.
public WeeklySchedule();
Public Sub New ()
Applies to
WeeklySchedule(Int32, String)
Initializes a new instance of the WeeklySchedule class.
public WeeklySchedule(int intervalWeeks, string dayOfWeek);
new Microsoft.Azure.Management.ContainerService.Models.WeeklySchedule : int * string -> Microsoft.Azure.Management.ContainerService.Models.WeeklySchedule
Public Sub New (intervalWeeks As Integer, dayOfWeek As String)
Parameters
- intervalWeeks
- Int32
Specifies the number of weeks between each set of occurrences.
- dayOfWeek
- String
Specifies on which day of the week the maintenance occurs. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'