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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET