LifecycleHook.DefaultAction Property

Definition

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.

public Azure.ResourceManager.Compute.Models.LifecycleHookAction? DefaultAction { get; set; }
member this.DefaultAction : Nullable<Azure.ResourceManager.Compute.Models.LifecycleHookAction> with get, set
Public Property DefaultAction As Nullable(Of LifecycleHookAction)

Property Value

Applies to