MachineExtensionPropertiesInstanceView interface
The machine extension instance view.
- Extends
Inherited 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. |
| type |
Specifies the version of the script handler. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited 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
Inherited From MachineExtensionInstanceView.name
status
Instance view status.
status?: MachineExtensionInstanceViewStatus
Property Value
Inherited From MachineExtensionInstanceView.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.
type?: string
Property Value
string
Inherited From MachineExtensionInstanceView.type
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
Inherited From MachineExtensionInstanceView.typeHandlerVersion