VirtualMachineScaleSetLifeCycleHookEventsOperations interface

VirtualMachineScaleSetLifeCycleHookEvents 작업을 나타내는 인터페이스입니다.

속성

get

가상 머신 스케일셋 라이프사이클 훅 이벤트를 받습니다.

list

가상 머신 스케일 셋 리소스에 대해 생성된 스케일 셋 라이프사이클 훅 이벤트 목록을 얻습니다.

update

가상 머신을 업데이트하는 연산은 수명주기 훅 이벤트를 확장합니다.

속성 세부 정보

get

가상 머신 스케일셋 라이프사이클 훅 이벤트를 받습니다.

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

속성 값

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

list

가상 머신 스케일 셋 리소스에 대해 생성된 스케일 셋 라이프사이클 훅 이벤트 목록을 얻습니다.

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

속성 값

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

update

가상 머신을 업데이트하는 연산은 수명주기 훅 이벤트를 확장합니다.

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

속성 값

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