ContainerServiceMaintenanceRelativeMonthlySchedule Constructor
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.
Initializes a new instance of ContainerServiceMaintenanceRelativeMonthlySchedule.
public ContainerServiceMaintenanceRelativeMonthlySchedule (int intervalMonths, Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex weekIndex, Azure.ResourceManager.ContainerService.Models.ContainerServiceWeekDay dayOfWeek);
new Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceRelativeMonthlySchedule : int * Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex * Azure.ResourceManager.ContainerService.Models.ContainerServiceWeekDay -> Azure.ResourceManager.ContainerService.Models.ContainerServiceMaintenanceRelativeMonthlySchedule
Public Sub New (intervalMonths As Integer, weekIndex As ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex, dayOfWeek As ContainerServiceWeekDay)
Parameters
- intervalMonths
- Int32
Specifies the number of months between each set of occurrences.
Specifies on which week of the month the dayOfWeek applies.
- dayOfWeek
- ContainerServiceWeekDay
Specifies on which day of the week the maintenance occurs.