GetVirtualMachineExtensionResult

data class GetVirtualMachineExtensionResult(val autoUpgradeMinorVersion: Boolean? = null, val enableAutomaticUpgrade: Boolean? = null, val forceUpdateTag: String? = null, val id: String, val instanceView: VirtualMachineExtensionInstanceViewResponse? = null, val location: String, val name: String, val protectedSettings: Any? = null, val provisioningState: String, val publisher: String? = null, val settings: Any? = null, val tags: Map<String, String>? = null, val type: String, val typeHandlerVersion: String? = null)

Describes a Virtual Machine Extension.

Constructors

Link copied to clipboard
constructor(autoUpgradeMinorVersion: Boolean? = null, enableAutomaticUpgrade: Boolean? = null, forceUpdateTag: String? = null, id: String, instanceView: VirtualMachineExtensionInstanceViewResponse? = null, location: String, name: String, protectedSettings: Any? = null, provisioningState: String, publisher: String? = null, settings: Any? = null, 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

Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension 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

Resource Id

Link copied to clipboard

The virtual machine extension instance view.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource 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
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

Specifies the version of the script handler.