你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex Enum
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.
Specifies on which week of the month the dayOfWeek applies.
public enum ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex
type ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex =
Public Enum ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex
- Inheritance
-
ContainerServiceMaintenanceRelativeMonthlyScheduleWeekIndex
Fields
Name | Value | Description |
---|---|---|
First | 0 | First week of the month. |
Second | 1 | Second week of the month. |
Third | 2 | Third week of the month. |
Fourth | 3 | Fourth week of the month. |
Last | 4 | Last week of the month. |