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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python