MaintenanceWindowTimeRange Class
Maintenance window time range.
- Inheritance
-
msrest.serialization.ModelMaintenanceWindowTimeRange
Constructor
MaintenanceWindowTimeRange(*, day_of_week: str | DayOfWeek | None = None, start_time: str | None = None, duration: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
day_of_week
Required
|
Day of maintenance window. Possible values include: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday". |
start_time
Required
|
Start time minutes offset from 12am. |
duration
Required
|
Duration of maintenance window in minutes. |
Keyword-Only Parameters
Name | Description |
---|---|
day_of_week
Required
|
|
start_time
Required
|
|
duration
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python