Share via


MachineExtensionInstanceView interface

Describes the Machine Extension Instance View.

Properties

name

The machine extension name. NOTE: This property will not be serialized. It can only be populated by the server.

status

Instance view status.

type

Specifies the type of the extension; an example is "CustomScriptExtension". NOTE: This property will not be serialized. It can only be populated by the server.

typeHandlerVersion

Specifies the version of the script handler. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

name

The machine extension name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

status

Instance view status.

status?: MachineExtensionInstanceViewStatus

Property Value

type

Specifies the type of the extension; an example is "CustomScriptExtension". NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

typeHandlerVersion

Specifies the version of the script handler. NOTE: This property will not be serialized. It can only be populated by the server.

typeHandlerVersion?: string

Property Value

string