Package version:

Describes the Extension Instance View.

interface ExtensionInstanceView {
    name?: string;
    status?: ExtensionInstanceViewStatus;
    type?: string;
    typeHandlerVersion?: string;
}

Properties

name?: string

The extension name.

Instance view status.

type?: string

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

typeHandlerVersion?: string

Specifies the version of the script handler.