Azure Data Explorer Linked Service Response
data class AzureDataExplorerLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val database: Any, val description: String? = null, val endpoint: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val tenant: Any? = null, val type: String)
Azure Data Explorer (Kusto) linked service.
Constructors
Link copied to clipboard
fun AzureDataExplorerLinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, database: Any, description: String? = null, endpoint: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, tenant: Any? = null, type: String)