Pool Extension Args
data class PoolExtensionArgs(val autoUpgradeMinorVersion: Output<Boolean>? = null, val automaticUpgradeEnabled: Output<Boolean>? = null, val name: Output<String>, val protectedSettings: Output<String>? = null, val provisionAfterExtensions: Output<List<String>>? = null, val publisher: Output<String>, val settingsJson: Output<String>? = null, val type: Output<String>, val typeHandlerVersion: Output<String>? = null) : ConvertibleToJava<PoolExtensionArgs>
Constructors
Link copied to clipboard
fun PoolExtensionArgs(autoUpgradeMinorVersion: Output<Boolean>? = null, automaticUpgradeEnabled: Output<Boolean>? = null, name: Output<String>, protectedSettings: Output<String>? = null, provisionAfterExtensions: Output<List<String>>? = null, publisher: Output<String>, settingsJson: Output<String>? = null, type: Output<String>, typeHandlerVersion: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. Supported values are true
and false
. NOTE: When automatic_upgrade_enabled
is set to true
, the type_handler_version
is automatically updated by the Azure platform when a new version is available and any change in type_handler_version
should be manually ignored by user.
Link copied to clipboard
Link copied to clipboard