你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduledEntry Class

Maintenance schedule entry for a managed environment.

All required parameters must be populated in order to send to server.

Constructor

ScheduledEntry(*, week_day: str | _models.WeekDay, start_hour_utc: int, duration_hours: int, **kwargs: Any)

Keyword-Only Parameters

Name Description
week_day

Day of the week when a managed environment can be patched. Required. Known values are: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", and "Sunday".

start_hour_utc
int

Start hour after which managed environment maintenance can start from 0 to 23 hour. Required.

duration_hours
int

Length of maintenance window range from 8 to 24 hours. Required.

Variables

Name Description
week_day

Day of the week when a managed environment can be patched. Required. Known values are: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", and "Sunday".

start_hour_utc
int

Start hour after which managed environment maintenance can start from 0 to 23 hour. Required.

duration_hours
int

Length of maintenance window range from 8 to 24 hours. Required.