VirtualMachineExtensionHandlerInstanceViewResponse

data class VirtualMachineExtensionHandlerInstanceViewResponse(val status: InstanceViewStatusResponse? = null, val type: String? = null, val typeHandlerVersion: String? = null)

The instance view of a virtual machine extension handler.

Constructors

constructor(status: InstanceViewStatusResponse? = null, type: String? = null, typeHandlerVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The extension handler status.

Link copied to clipboard
val type: String? = null

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

Link copied to clipboard

Specifies the version of the script handler.