你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OSImageNotificationProfile Class
OSImageNotificationProfile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelOSImageNotificationProfile
Constructor
OSImageNotificationProfile(*, not_before_timeout: str | None = None, enable: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
not_before_timeout
|
Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M). |
enable
|
Specifies whether the OS Image Scheduled event is enabled or disabled. |
Variables
Name | Description |
---|---|
not_before_timeout
|
Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M). |
enable
|
Specifies whether the OS Image Scheduled event is enabled or disabled. |