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. |
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET