DailySchedule 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 |
|---|---|
| DailySchedule() |
Initializes a new instance of the DailySchedule class. |
| DailySchedule(Int32) |
Initializes a new instance of the DailySchedule class. |
DailySchedule()
Initializes a new instance of the DailySchedule class.
public DailySchedule();
Public Sub New ()
Applies to
DailySchedule(Int32)
Initializes a new instance of the DailySchedule class.
public DailySchedule(int intervalDays);
new Microsoft.Azure.Management.ContainerService.Models.DailySchedule : int -> Microsoft.Azure.Management.ContainerService.Models.DailySchedule
Public Sub New (intervalDays As Integer)
Parameters
- intervalDays
- Int32
Specifies the number of days between each set of occurrences.