VirtualMachineExtensionHandlerInstanceView Class

The instance view of a virtual machine extension handler.

Inheritance
VirtualMachineExtensionHandlerInstanceView

Constructor

VirtualMachineExtensionHandlerInstanceView(*, type: Optional[str] = None, type_handler_version: Optional[str] = None, status: Optional[azure.mgmt.compute.v2018_10_01.models._models_py3.InstanceViewStatus] = None, **kwargs)

Parameters

type
str
Required

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

type_handler_version
str
Required

Specifies the version of the script handler.

status
InstanceViewStatus
Required

The extension handler status.