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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET