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".

typeHandlerVersion
str

Specifies the Major.Minor.Patch.Hotfix version of the script handler. Azure platform will deliver the latest Patch.Hotfix version in the Major.Minor series.

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 Major.Minor.Patch.Hotfix version of the script handler. Azure platform will deliver the latest Patch.Hotfix version in the Major.Minor series.

typeHandlerVersion: str