GetMachineExtensionResult

data class GetMachineExtensionResult(val autoUpgradeMinorVersion: Boolean? = null, val azureApiVersion: String, val enableAutomaticUpgrade: Boolean? = null, 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, enableAutomaticUpgrade: Boolean? = null, 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

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

Gets or sets the Id.

Link copied to clipboard

The machine extension instance view.

Link copied to clipboard
val location: String? = null

Gets or sets the location.

Link copied to clipboard

Gets or sets 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

Gets or sets the Resource tags.

Link copied to clipboard

Gets or sets the type of the resource.

Link copied to clipboard

Specifies the version of the script handler.