Azure Search Linked Service Response
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)
Linked service for Windows Azure Search Service.
Constructors
Link copied to clipboard
fun AzureSearchLinkedServiceResponse(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)