LifecycleHook interface
Describes a lifecycle hook.
Properties
| default |
Specifies the action that will be applied to a target resource in the virtual machine scale set lifecycle hook event if the platform does not receive a response from the customer for the target resource before waitUntil. |
| type | Specifies the type of the lifecycle hook. |
| wait |
Specifies the time duration a virtual machine scale set lifecycle hook event sent to the customer waits for a response from the customer. It should be in ISO 8601 format. |
Property Details
defaultAction
Specifies the action that will be applied to a target resource in the virtual machine scale set lifecycle hook event if the platform does not receive a response from the customer for the target resource before waitUntil.
defaultAction?: string
Property Value
string
type
Specifies the type of the lifecycle hook.
type?: string
Property Value
string
waitDuration
Specifies the time duration a virtual machine scale set lifecycle hook event sent to the customer waits for a response from the customer. It should be in ISO 8601 format.
waitDuration?: string
Property Value
string