你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TerminateNotificationProfile Class

TerminateNotificationProfile.

Constructor

TerminateNotificationProfile(*args: Any, **kwargs: Any)

Variables

Name Description
not_before_timeout
str

Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M).

enable

Specifies whether the Terminate Scheduled event is enabled or disabled.

Attributes

enable

Specifies whether the Terminate Scheduled event is enabled or disabled.

enable: bool | None

not_before_timeout

Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M).

not_before_timeout: str | None