MaintenanceWindow Class
Maintenance window of a server.
Constructor
MaintenanceWindow(*, custom_window: str | None = None, start_hour: int | None = None, start_minute: int | None = None, day_of_week: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
custom_window
|
indicates whether custom window is enabled or disabled. |
start_hour
|
start hour for maintenance window. |
start_minute
|
start minute for maintenance window. |
day_of_week
|
day of week for maintenance window. |
Variables
Name | Description |
---|---|
custom_window
|
indicates whether custom window is enabled or disabled. |
start_hour
|
start hour for maintenance window. |
start_minute
|
start minute for maintenance window. |
day_of_week
|
day of week for maintenance window. |
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