ExtensionInstanceView interface
Describes the Extension Instance View.
Properties
| name | The extension name. |
| status | Instance view status. |
| type | Specifies the type of the extension; an example is "MicrosoftMonitoringAgent". |
| type |
Specifies the version of the script handler. |
Property Details
name
The extension name.
name?: string
Property Value
string
status
Instance view status.
status?: ExtensionInstanceViewStatus
Property Value
type
Specifies the type of the extension; an example is "MicrosoftMonitoringAgent".
type?: string
Property Value
string
typeHandlerVersion
Specifies the version of the script handler.
typeHandlerVersion?: string
Property Value
string