Package version:

InterfaceMachineExtensionInstanceView

Describes the Machine Extension Instance View.

interface MachineExtensionInstanceView {
    name?: string;
    status?: MachineExtensionInstanceViewStatus;
    type?: string;
    typeHandlerVersion?: string;
}

Properties

name?: string

The machine extension name.

Instance view status.

type?: string

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

typeHandlerVersion?: string

Specifies the version of the script handler.