Class AzureDataExplorerLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.AzureDataExplorerLinkedService
Azure Data Explorer (Kusto) linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureDataExplorerLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the credential property: The credential reference containing authentication information.database()
Get the database property: Database name for connection.endpoint()
Get the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint).Get the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer.Get the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.withDatabase
(Object database) Set the database property: Database name for connection.withDescription
(String description) Set the description property: Linked service description.withEndpoint
(Object endpoint) Set the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint).withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.withTenant
(Object tenant) Set the tenant property: The name or ID of the tenant to which the service principal belongs.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
AzureDataExplorerLinkedService
public AzureDataExplorerLinkedService()Creates an instance of AzureDataExplorerLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
endpoint
Get the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://<clusterName>.<regionName>.kusto.windows.net. Type: string (or Expression with resultType string).- Returns:
- the endpoint value.
-
withEndpoint
Set the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://<clusterName>.<regionName>.kusto.windows.net. Type: string (or Expression with resultType string).- Parameters:
endpoint
- the endpoint value to set.- Returns:
- the AzureDataExplorerLinkedService object itself.
-
servicePrincipalId
Get the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string).- Returns:
- the servicePrincipalId value.
-
withServicePrincipalId
Set the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string).- Parameters:
servicePrincipalId
- the servicePrincipalId value to set.- Returns:
- the AzureDataExplorerLinkedService object itself.
-
servicePrincipalKey
Get the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.- Returns:
- the servicePrincipalKey value.
-
withServicePrincipalKey
Set the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.- Parameters:
servicePrincipalKey
- the servicePrincipalKey value to set.- Returns:
- the AzureDataExplorerLinkedService object itself.
-
database
Get the database property: Database name for connection. Type: string (or Expression with resultType string).- Returns:
- the database value.
-
withDatabase
Set the database property: Database name for connection. Type: string (or Expression with resultType string).- Parameters:
database
- the database value to set.- Returns:
- the AzureDataExplorerLinkedService object itself.
-
tenant
Get the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).- Returns:
- the tenant value.
-
withTenant
Set the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).- Parameters:
tenant
- the tenant value to set.- Returns:
- the AzureDataExplorerLinkedService object itself.
-
credential
Get the credential property: The credential reference containing authentication information.- Returns:
- the credential value.
-
withCredential
Set the credential property: The credential reference containing authentication information.- Parameters:
credential
- the credential value to set.- Returns:
- the AzureDataExplorerLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-