VirtualMachineExtensionHandlerInstanceView Class

The instance view of a virtual machine extension handler.

Constructor

VirtualMachineExtensionHandlerInstanceView()

Variables

Name Description
type
str

Specifies the type of the extension; an example is "CustomScriptExtension".

type_handler_version
str

Specifies the version of the script handler.

status
<xref:<xref:"InstanceViewStatus">>

The extension handler status.

Attributes

status

The extension handler status.

status: InstanceViewStatus

type

Specifies the type of the extension; an example is "CustomScriptExtension".

type: str

typeHandlerVersion

Specifies the version of the script handler.

typeHandlerVersion: str