VirtualMachineScaleSetLifeCycleHookEventsOperations interface

Interface representing a VirtualMachineScaleSetLifeCycleHookEvents operations.

Properties

get

Gets a virtual machine scale set lifecycle hook event.

list

Gets a list of virtual machine scale set lifecycle hook events created for a virtual machine scale set resource.

update

The operation to update a virtual machine scale set lifecycle hook event.

Property Details

get

Gets a virtual machine scale set lifecycle hook event.

get: (resourceGroupName: string, vmScaleSetName: string, lifecycleHookEventName: string, options?: VirtualMachineScaleSetLifeCycleHookEventsGetOptionalParams) => Promise<VMScaleSetLifecycleHookEvent>

Property Value

(resourceGroupName: string, vmScaleSetName: string, lifecycleHookEventName: string, options?: VirtualMachineScaleSetLifeCycleHookEventsGetOptionalParams) => Promise<VMScaleSetLifecycleHookEvent>

list

Gets a list of virtual machine scale set lifecycle hook events created for a virtual machine scale set resource.

list: (resourceGroupName: string, vmScaleSetName: string, options?: VirtualMachineScaleSetLifeCycleHookEventsListOptionalParams) => PagedAsyncIterableIterator<VMScaleSetLifecycleHookEvent, VMScaleSetLifecycleHookEvent[], PageSettings>

Property Value

(resourceGroupName: string, vmScaleSetName: string, options?: VirtualMachineScaleSetLifeCycleHookEventsListOptionalParams) => PagedAsyncIterableIterator<VMScaleSetLifecycleHookEvent, VMScaleSetLifecycleHookEvent[], PageSettings>

update

The operation to update a virtual machine scale set lifecycle hook event.

update: (resourceGroupName: string, vmScaleSetName: string, lifecycleHookEventName: string, properties: VMScaleSetLifecycleHookEventUpdate, options?: VirtualMachineScaleSetLifeCycleHookEventsUpdateOptionalParams) => Promise<VMScaleSetLifecycleHookEvent>

Property Value

(resourceGroupName: string, vmScaleSetName: string, lifecycleHookEventName: string, properties: VMScaleSetLifecycleHookEventUpdate, options?: VirtualMachineScaleSetLifeCycleHookEventsUpdateOptionalParams) => Promise<VMScaleSetLifecycleHookEvent>