CustomizableConnectionsConfigResponse

data class CustomizableConnectionsConfigResponse(val templateSpecName: String, val templateSpecVersion: String)

The UiConfig for 'Customizable' connector definition kind.

Constructors

Link copied to clipboard
constructor(templateSpecName: String, templateSpecVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the template name. The template includes ARM templates that can be created by the connector, usually it will be the dataConnectors ARM templates.

Link copied to clipboard

Gets or sets the template version.