VirtualMachineExtensionInstanceView Class
The instance view of a virtual machine extension.
Constructor
VirtualMachineExtensionInstanceView()
Variables
| Name | Description |
|---|---|
|
name
|
The virtual machine extension name. |
|
type
|
Specifies the type of the extension; an example is "CustomScriptExtension". |
|
type_handler_version
|
Specifies the version of the script handler. |
|
substatuses
|
list[<xref:"InstanceViewStatus">]
The resource status information. |
|
statuses
|
list[<xref:"InstanceViewStatus">]
The resource status information. |
Attributes
name
The virtual machine extension name.
name: str
statuses
The resource status information.
statuses: list[azure.mgmt.compute.types.InstanceViewStatus]
substatuses
The resource status information.
substatuses: list[azure.mgmt.compute.types.InstanceViewStatus]
type
Specifies the type of the extension; an example is "CustomScriptExtension".
type: str
typeHandlerVersion
Specifies the version of the script handler.
typeHandlerVersion: str