VirtualMachineExtensionHandlerInstanceView interface

The instance view of a virtual machine extension handler.

Properties

status

The extension handler status.

type

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

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.

Property Details

status

The extension handler status.

status?: InstanceViewStatus

Property Value

type

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

type?: string

Property Value

string

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?: string

Property Value

string