AzureSynapseArtifactsLinkedServiceResponse

data class AzureSynapseArtifactsLinkedServiceResponse(val annotations: List<Any>? = null, val authentication: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val endpoint: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val version: String? = null, val workspaceResourceId: Any? = null)

Azure Synapse Analytics (Artifacts) linked service.

Constructors

constructor(annotations: List<Any>? = null, authentication: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, endpoint: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, version: String? = null, workspaceResourceId: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard
val authentication: Any? = null

Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

https://.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'AzureSynapseArtifacts'.

Link copied to clipboard
val version: String? = null

Version of the linked service.

Link copied to clipboard

The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string).