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. Default value: None
|
start_hour
|
start hour for maintenance window. Default value: None
|
start_minute
|
start minute for maintenance window. Default value: None
|
day_of_week
|
day of week for maintenance window. Default value: None
|
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python