VMSSExtension Args
data class VMSSExtensionArgs(val autoUpgradeMinorVersion: Output<Boolean>? = null, val forceUpdateTag: Output<String>? = null, val name: Output<String>, val protectedSettings: Output<Any>? = null, val provisionAfterExtensions: Output<List<String>>? = null, val publisher: Output<String>, val settings: Output<Any>? = null, val type: Output<String>, val typeHandlerVersion: Output<String>) : ConvertibleToJava<VMSSExtensionArgs>
Specifies set of extensions that should be installed onto the virtual machines.
Constructors
Link copied to clipboard
constructor(autoUpgradeMinorVersion: Output<Boolean>? = null, forceUpdateTag: Output<String>? = null, name: Output<String>, protectedSettings: Output<Any>? = null, provisionAfterExtensions: Output<List<String>>? = null, publisher: Output<String>, settings: Output<Any>? = null, type: Output<String>, typeHandlerVersion: Output<String>)
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
If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
Link copied to clipboard
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
Link copied to clipboard
Collection of extension names after which this extension needs to be provisioned.
Link copied to clipboard
Specifies the version of the script handler.