Package version:

Interface VirtualMachineExtensionHandlerInstanceView

The instance view of a virtual machine extension handler.

interface VirtualMachineExtensionHandlerInstanceView {
    status?: InstanceViewStatus;
    type?: string;
    typeHandlerVersion?: string;
}

Properties

The extension handler status.

type?: string

Specifies the type of the extension; an example is "CustomScriptExtension".

typeHandlerVersion?: string

Specifies the version of the script handler.