Share via


ContainerServiceMaintenanceAbsoluteMonthlySchedule(Int32, Int32) Constructor

Definition

public ContainerServiceMaintenanceAbsoluteMonthlySchedule (int intervalMonths, int dayOfMonth);
new Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceAbsoluteMonthlySchedule : int * int -> Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceAbsoluteMonthlySchedule
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