Pool Extension Args
Constructors
Properties
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. Supported values are true
and false
.
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.
JSON formatted protected settings for the extension, the value should be encoded with jsonencode
function. The extension can contain either protected_settings
or provision_after_extensions
or no protected settings at all.
The collection of extension names. Collection of extension names after which this extension needs to be provisioned.
JSON formatted public settings for the extension, the value should be encoded with jsonencode
function.
The version of script handler.