VirtualMachineScaleSetLifecycleHookEventTarget.ActionState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of the lifecycle hook for the target resource. The customer can patch this property to move the lifecycle hook to a terminal state.
public Azure.ResourceManager.Compute.Models.LifecycleHookActionState? ActionState { get; set; }
member this.ActionState : Nullable<Azure.ResourceManager.Compute.Models.LifecycleHookActionState> with get, set
Public Property ActionState As Nullable(Of LifecycleHookActionState)