TerminateNotificationProfile Class

TerminateNotificationProfile.

Inheritance
azure.mgmt.compute._serialization.Model
TerminateNotificationProfile

Constructor

TerminateNotificationProfile(*, not_before_timeout: str | None = None, enable: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.