Azure Data Explorer Linked Service Args
data class AzureDataExplorerLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val database: Output<Any>, val description: Output<String>? = null, val endpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataExplorerLinkedServiceArgs>
Azure Data Explorer (Kusto) linked service.
Constructors
Link copied to clipboard
fun AzureDataExplorerLinkedServiceArgs(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, credential: Output<CredentialReferenceArgs>? = null, database: Output<Any>, description: Output<String>? = null, endpoint: Output<Any>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, tenant: Output<Any>? = null, type: Output<String>)