AbsoluteMonthlySchedule Constructors

Definition

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.

Applies to