Azure Search Linked Service Args
data class AzureSearchLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val key: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val url: Output<Any>) : ConvertibleToJava<AzureSearchLinkedServiceArgs>
Linked service for Windows Azure Search Service.
Constructors
Link copied to clipboard
fun AzureSearchLinkedServiceArgs(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, key: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, type: Output<String>, url: Output<Any>)