LinuxVirtualMachineScaleSetExtensionArgs

data class LinuxVirtualMachineScaleSetExtensionArgs(val autoUpgradeMinorVersion: Output<Boolean>? = null, val automaticUpgradeEnabled: Output<Boolean>? = null, val forceUpdateTag: Output<String>? = null, val name: Output<String>, val protectedSettings: Output<String>? = null, val protectedSettingsFromKeyVault: Output<LinuxVirtualMachineScaleSetExtensionProtectedSettingsFromKeyVaultArgs>? = null, val provisionAfterExtensions: Output<List<String>>? = null, val publisher: Output<String>, val settings: Output<String>? = null, val type: Output<String>, val typeHandlerVersion: Output<String>) : ConvertibleToJava<LinuxVirtualMachineScaleSetExtensionArgs>

Constructors

Link copied to clipboard
fun LinuxVirtualMachineScaleSetExtensionArgs(autoUpgradeMinorVersion: Output<Boolean>? = null, automaticUpgradeEnabled: Output<Boolean>? = null, forceUpdateTag: Output<String>? = null, name: Output<String>, protectedSettings: Output<String>? = null, protectedSettingsFromKeyVault: Output<LinuxVirtualMachineScaleSetExtensionProtectedSettingsFromKeyVaultArgs>? = null, provisionAfterExtensions: Output<List<String>>? = null, publisher: Output<String>, settings: Output<String>? = null, type: Output<String>, typeHandlerVersion: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): LinuxVirtualMachineScaleSetExtensionArgs

Properties

Link copied to clipboard
val automaticUpgradeEnabled: Output<Boolean>? = null

Should the Extension be automatically updated whenever the Publisher releases a new version of this VM Extension?

Link copied to clipboard
val autoUpgradeMinorVersion: Output<Boolean>? = null

Should the latest version of the Extension be used at Deployment Time, if one is available? This won't auto-update the extension on existing installation. Defaults to true.

Link copied to clipboard
val forceUpdateTag: Output<String>? = null

A value which, when different to the previous value can be used to force-run the Extension even if the Extension Configuration hasn't changed.

Link copied to clipboard
val name: Output<String>

The name for the Virtual Machine Scale Set Extension.

Link copied to clipboard
val protectedSettings: Output<String>? = null

A JSON String which specifies Sensitive Settings (such as Passwords) for the Extension.

Link copied to clipboard
val provisionAfterExtensions: Output<List<String>>? = null

An ordered list of Extension names which this should be provisioned after.

Link copied to clipboard
val publisher: Output<String>

Specifies the Publisher of the Extension.

Link copied to clipboard
val settings: Output<String>? = null

A JSON String which specifies Settings for the Extension.

Link copied to clipboard
val type: Output<String>

Specifies the Type of the Extension.

Link copied to clipboard

Specifies the version of the extension to use, available versions can be found using the Azure CLI.