Pool Extension
data class PoolExtension(val autoUpgradeMinorVersion: Boolean? = null, val automaticUpgradeEnabled: Boolean? = null, val name: String, val protectedSettings: String? = null, val provisionAfterExtensions: List<String>? = null, val publisher: String, val settingsJson: String? = null, val type: String, val typeHandlerVersion: String? = null)
Constructors
Types
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