MachineExtensionPropertiesResponse

data class MachineExtensionPropertiesResponse(val autoUpgradeMinorVersion: Boolean? = null, val enableAutomaticUpgrade: Boolean? = null, val forceUpdateTag: String? = null, val instanceView: MachineExtensionInstanceViewResponse? = null, val protectedSettings: Any? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, val type: String? = null, val typeHandlerVersion: String? = null)

Describes the properties of a Machine Extension.

Constructors

Link copied to clipboard
constructor(autoUpgradeMinorVersion: Boolean? = null, enableAutomaticUpgrade: Boolean? = null, forceUpdateTag: String? = null, instanceView: MachineExtensionInstanceViewResponse? = null, protectedSettings: Any? = null, provisioningState: String, publisher: String? = null, settings: Any? = null, type: String? = null, typeHandlerVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.

Link copied to clipboard

Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.

Link copied to clipboard
val forceUpdateTag: String? = null

How the extension handler should be forced to update even if the extension configuration has not changed.

Link copied to clipboard

The machine extension instance view.

Link copied to clipboard
val protectedSettings: Any? = null

The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard
val publisher: String? = null

The name of the extension handler publisher.

Link copied to clipboard
val settings: Any? = null

Json formatted public settings for the extension.

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.