Class AzureDataExplorerLinkedService
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedService
-
- com.azure.resourcemanager.datafactory.models.AzureDataExplorerLinkedService
-
public final class AzureDataExplorerLinkedService extends LinkedService
Azure Data Explorer (Kusto) linked service.
-
-
Constructor Summary
Constructors Constructor Description AzureDataExplorerLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialReference
credential()
Get the credential property: The credential reference containing authentication information.Object
database()
Get the database property: Database name for connection.Object
endpoint()
Get the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint).Object
servicePrincipalId()
Get the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer.SecretBase
servicePrincipalKey()
Get the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.Object
tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs.void
validate()
Validates the instance.AzureDataExplorerLinkedService
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
-
-
-
Method Detail
-
withConnectVia
public AzureDataExplorerLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
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
public AzureDataExplorerLinkedService withDescription(String description)
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
public AzureDataExplorerLinkedService withParameters(Map<String,ParameterSpecification> parameters)
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
public AzureDataExplorerLinkedService withAnnotations(List<Object> annotations)
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
public Object 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
public AzureDataExplorerLinkedService withEndpoint(Object endpoint)
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
public Object 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
public AzureDataExplorerLinkedService withServicePrincipalId(Object servicePrincipalId)
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
public SecretBase servicePrincipalKey()
Get the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.- Returns:
- the servicePrincipalKey value.
-
withServicePrincipalKey
public AzureDataExplorerLinkedService withServicePrincipalKey(SecretBase servicePrincipalKey)
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
public Object database()
Get the database property: Database name for connection. Type: string (or Expression with resultType string).- Returns:
- the database value.
-
withDatabase
public AzureDataExplorerLinkedService withDatabase(Object database)
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
public Object 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
public AzureDataExplorerLinkedService withTenant(Object tenant)
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
public CredentialReference credential()
Get the credential property: The credential reference containing authentication information.- Returns:
- the credential value.
-
withCredential
public AzureDataExplorerLinkedService withCredential(CredentialReference credential)
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.
-
-