ScheduleEntry Class
Patch schedule entry for a Premium Redis Cache.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ScheduleEntry
Constructor
ScheduleEntry(*, day_of_week: Union[str, azure.mgmt.redis.models._redis_management_client_enums.DayOfWeek], start_hour_utc: int, maintenance_window: Optional[datetime.timedelta] = None, **kwargs)
Variables
Required. Day of the week when a cache can be patched. Possible values include: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "Everyday", "Weekend".
- start_hour_utc
- int
Required. Start hour after which cache patching can start.
- maintenance_window
- timedelta
ISO8601 timespan specifying how much time cache patching can take.
Feedback
Submit and view feedback for