Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDataExplorerLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDataExplorerLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDataExplorerLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureDataExplorerLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureDataExplorerLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.AzureDataExplorerLinkedService.withDatabase
(Object database) Set the database property: Database name for connection.AzureDataExplorerLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureDataExplorerLinkedService.withEndpoint
(Object endpoint) Set the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint).AzureDataExplorerLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureDataExplorerLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer.AzureDataExplorerLinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.AzureDataExplorerLinkedService.withTenant
(Object tenant) Set the tenant property: The name or ID of the tenant to which the service principal belongs.