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