GetPoolExtension

data class GetPoolExtension(val autoUpgradeMinorVersion: Boolean, val name: String, val protectedSettings: String, val provisionAfterExtensions: List<String>, val publisher: String, val settingsJson: String, val type: String, val typeHandlerVersion: String)

Constructors

Link copied to clipboard
constructor(autoUpgradeMinorVersion: Boolean, name: String, protectedSettings: String, provisionAfterExtensions: List<String>, publisher: String, settingsJson: String, type: String, typeHandlerVersion: String)

Types

Link copied to clipboard
object Companion

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

The name of the user account.

Link copied to clipboard

The extension can contain either protected_settings or provision_after_extensions or no protected settings at all.

Link copied to clipboard

The collection of extension names. Collection of extension names after which this extension needs to be provisioned.

Link copied to clipboard

The name of the extension handler publisher.The name of the extension handler publisher.

Link copied to clipboard

JSON formatted public settings for the extension.

Link copied to clipboard

The type of container configuration.

Link copied to clipboard

The version of script handler.