VirtualMachineScaleSetLifecycleHook Class
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.
Describes a lifecycle hook.
public class VirtualMachineScaleSetLifecycleHook : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetLifecycleHook>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetLifecycleHook>
type VirtualMachineScaleSetLifecycleHook = class
interface IJsonModel<VirtualMachineScaleSetLifecycleHook>
interface IPersistableModel<VirtualMachineScaleSetLifecycleHook>
Public Class VirtualMachineScaleSetLifecycleHook
Implements IJsonModel(Of VirtualMachineScaleSetLifecycleHook), IPersistableModel(Of VirtualMachineScaleSetLifecycleHook)
- Inheritance
-
VirtualMachineScaleSetLifecycleHook
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualMachineScaleSetLifecycleHook() |
Initializes a new instance of VirtualMachineScaleSetLifecycleHook. |
Properties
| Name | Description |
|---|---|
| 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. |
| VirtualMachineScaleSetLifecycleHookEventType |
Specifies the type of the lifecycle hook. |
| 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. |