AbsoluteMonthlySchedule 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 |
|---|---|
| AbsoluteMonthlySchedule() |
Initializes a new instance of the AbsoluteMonthlySchedule class. |
| AbsoluteMonthlySchedule(Int32, Int32) |
Initializes a new instance of the AbsoluteMonthlySchedule class. |
AbsoluteMonthlySchedule()
Initializes a new instance of the AbsoluteMonthlySchedule class.
public AbsoluteMonthlySchedule();
Public Sub New ()
Applies to
AbsoluteMonthlySchedule(Int32, Int32)
Initializes a new instance of the AbsoluteMonthlySchedule class.
public AbsoluteMonthlySchedule(int intervalMonths, int dayOfMonth);
new Microsoft.Azure.Management.ContainerService.Models.AbsoluteMonthlySchedule : int * int -> Microsoft.Azure.Management.ContainerService.Models.AbsoluteMonthlySchedule
Public Sub New (intervalMonths As Integer, dayOfMonth As Integer)
Parameters
- intervalMonths
- Int32
Specifies the number of months between each set of occurrences.
- dayOfMonth
- Int32
The date of the month.