Machine Extension Properties Args
data class MachineExtensionPropertiesArgs(val autoUpgradeMinorVersion: Output<Boolean>? = null, val enableAutomaticUpgrade: Output<Boolean>? = null, val forceUpdateTag: Output<String>? = null, val instanceView: Output<MachineExtensionInstanceViewArgs>? = null, val protectedSettings: Output<Any>? = null, val publisher: Output<String>? = null, val settings: Output<Any>? = null, val type: Output<String>? = null, val typeHandlerVersion: Output<String>? = null) : ConvertibleToJava<MachineExtensionPropertiesArgs>
Describes the properties of a Machine Extension.
Constructors
Link copied to clipboard
constructor(autoUpgradeMinorVersion: Output<Boolean>? = null, enableAutomaticUpgrade: Output<Boolean>? = null, forceUpdateTag: Output<String>? = null, instanceView: Output<MachineExtensionInstanceViewArgs>? = null, protectedSettings: Output<Any>? = null, publisher: Output<String>? = null, settings: Output<Any>? = null, type: Output<String>? = null, typeHandlerVersion: Output<String>? = null)
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
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
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
Link copied to clipboard
Specifies the version of the script handler.