MachineExtensionInstanceViewResponse

data class MachineExtensionInstanceViewResponse(val name: String, val status: MachineExtensionInstanceViewResponseStatus? = null, val type: String, val typeHandlerVersion: String)

Describes the Machine Extension Instance View.

Constructors

Link copied to clipboard
constructor(name: String, status: MachineExtensionInstanceViewResponseStatus? = null, type: String, typeHandlerVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The machine extension name.

Link copied to clipboard

Instance view status.

Link copied to clipboard

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

Link copied to clipboard

Specifies the version of the script handler.