VirtualMachineExtensionInstanceViewResponse

data class VirtualMachineExtensionInstanceViewResponse(val name: String? = null, val statuses: List<InstanceViewStatusResponse>? = null, val substatuses: List<InstanceViewStatusResponse>? = null, val type: String? = null, val typeHandlerVersion: String? = null)

The instance view of a virtual machine extension.

Constructors

constructor(name: String? = null, statuses: List<InstanceViewStatusResponse>? = null, substatuses: List<InstanceViewStatusResponse>? = null, type: String? = null, typeHandlerVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The virtual machine extension name.

Link copied to clipboard

The resource status information.

Link copied to clipboard

The resource status information.

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.