ExtensionInstanceViewResponse

data class ExtensionInstanceViewResponse(val name: String? = null, val status: ExtensionInstanceViewResponseStatus? = null, val type: String? = null, val typeHandlerVersion: String? = null)

Describes the Extension Instance View.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The extension name.

Link copied to clipboard

Instance view status.

Link copied to clipboard
val type: String? = null

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

Link copied to clipboard

Specifies the version of the script handler.