ScheduleEntry Class
Patch schedule entry for a Premium Redis Cache.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.redis._serialization.ModelScheduleEntry
Constructor
ScheduleEntry(*, day_of_week: str | _models.DayOfWeek, start_hour_utc: int, maintenance_window: timedelta | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
day_of_week
|
Day of the week when a cache can be patched. Required. Known values are: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "Everyday", and "Weekend". |
start_hour_utc
|
Start hour after which cache patching can start. Required. |
maintenance_window
|
ISO8601 timespan specifying how much time cache patching can take. |
Variables
Name | Description |
---|---|
day_of_week
|
Day of the week when a cache can be patched. Required. Known values are: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "Everyday", and "Weekend". |
start_hour_utc
|
Start hour after which cache patching can start. Required. |
maintenance_window
|
ISO8601 timespan specifying how much time cache patching can take. |
Azure SDK for Python