AzureSearchLinkedServiceResponse

data class AzureSearchLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val key: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val url: Any, val version: String? = null)

Linked service for Windows Azure Search Service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, key: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, url: Any, version: String? = 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

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Admin Key for Azure Search service

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

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

Link copied to clipboard
val url: Any

URL for Azure Search service. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: String? = null

Version of the linked service.