GetMachineExtensionResult

data class GetMachineExtensionResult(val autoUpgradeMinorVersion: Boolean? = null, val azureApiVersion: String, val forceUpdateTag: String? = null, val id: String, val instanceView: MachineExtensionPropertiesResponseInstanceView? = null, val location: String? = null, val name: String, val protectedSettings: Any? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val typeHandlerVersion: String? = null)

Describes a Machine Extension.

Constructors

Link copied to clipboard
constructor(autoUpgradeMinorVersion: Boolean? = null, azureApiVersion: String, forceUpdateTag: String? = null, id: String, instanceView: MachineExtensionPropertiesResponseInstanceView? = null, location: String? = null, name: String, protectedSettings: Any? = null, provisioningState: String, publisher: String? = null, settings: Any? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, 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

The Azure API version of the resource.

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
val id: String

The Id.

Link copied to clipboard

The machine extension instance view.

Link copied to clipboard
val location: String? = null

The location.

Link copied to clipboard

The name.

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

The system data.

Link copied to clipboard
val tags: Map<String, String>? = null

The Resource tags.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

Specifies the version of the script handler.