VirtualMachineExtensionInstanceView interface
The instance view of a virtual machine extension.
Properties
name | The virtual machine extension name. |
statuses | The resource status information. |
substatuses | The resource status information. |
type | Specifies the type of the extension; an example is "CustomScriptExtension". |
type |
Specifies the version of the script handler. |
Property Details
name
The virtual machine extension name.
name?: string
Property Value
string
statuses
The resource status information.
statuses?: InstanceViewStatus[]
Property Value
substatuses
The resource status information.
substatuses?: InstanceViewStatus[]
Property Value
type
Specifies the type of the extension; an example is "CustomScriptExtension".
type?: string
Property Value
string
typeHandlerVersion
Specifies the version of the script handler.
typeHandlerVersion?: string
Property Value
string