Class AzureDataLakeAnalyticsLinkedService
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedService
-
- com.azure.resourcemanager.datafactory.models.AzureDataLakeAnalyticsLinkedService
-
public final class AzureDataLakeAnalyticsLinkedService extends LinkedService
Azure Data Lake Analytics linked service.
-
-
Constructor Summary
Constructors Constructor Description AzureDataLakeAnalyticsLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
accountName()
Get the accountName property: The Azure Data Lake Analytics account name.Object
dataLakeAnalyticsUri()
Get the dataLakeAnalyticsUri property: Azure Data Lake Analytics URI Type: string (or Expression with resultType string).Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.Object
resourceGroupName()
Get the resourceGroupName property: Data Lake Analytics account resource group name (if different from Data Factory account).Object
servicePrincipalId()
Get the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Analytics account.SecretBase
servicePrincipalKey()
Get the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Analytics account.Object
subscriptionId()
Get the subscriptionId property: Data Lake Analytics account subscription ID (if different from Data Factory account).Object
tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs.void
validate()
Validates the instance.AzureDataLakeAnalyticsLinkedService
withAccountName(Object accountName)
Set the accountName property: The Azure Data Lake Analytics account name.AzureDataLakeAnalyticsLinkedService
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.AzureDataLakeAnalyticsLinkedService
withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.AzureDataLakeAnalyticsLinkedService
withDataLakeAnalyticsUri(Object dataLakeAnalyticsUri)
Set the dataLakeAnalyticsUri property: Azure Data Lake Analytics URI Type: string (or Expression with resultType string).AzureDataLakeAnalyticsLinkedService
withDescription(String description)
Set the description property: Linked service description.AzureDataLakeAnalyticsLinkedService
withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication.AzureDataLakeAnalyticsLinkedService
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.AzureDataLakeAnalyticsLinkedService
withResourceGroupName(Object resourceGroupName)
Set the resourceGroupName property: Data Lake Analytics account resource group name (if different from Data Factory account).AzureDataLakeAnalyticsLinkedService
withServicePrincipalId(Object servicePrincipalId)
Set the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Analytics account.AzureDataLakeAnalyticsLinkedService
withServicePrincipalKey(SecretBase servicePrincipalKey)
Set the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Analytics account.AzureDataLakeAnalyticsLinkedService
withSubscriptionId(Object subscriptionId)
Set the subscriptionId property: Data Lake Analytics account subscription ID (if different from Data Factory account).AzureDataLakeAnalyticsLinkedService
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 AzureDataLakeAnalyticsLinkedService 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 AzureDataLakeAnalyticsLinkedService 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 AzureDataLakeAnalyticsLinkedService 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 AzureDataLakeAnalyticsLinkedService 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.
-
accountName
public Object accountName()
Get the accountName property: The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string).- Returns:
- the accountName value.
-
withAccountName
public AzureDataLakeAnalyticsLinkedService withAccountName(Object accountName)
Set the accountName property: The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string).- Parameters:
accountName
- the accountName value to set.- Returns:
- the AzureDataLakeAnalyticsLinkedService object itself.
-
servicePrincipalId
public Object servicePrincipalId()
Get the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or Expression with resultType string).- Returns:
- the servicePrincipalId value.
-
withServicePrincipalId
public AzureDataLakeAnalyticsLinkedService withServicePrincipalId(Object servicePrincipalId)
Set the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or Expression with resultType string).- Parameters:
servicePrincipalId
- the servicePrincipalId value to set.- Returns:
- the AzureDataLakeAnalyticsLinkedService object itself.
-
servicePrincipalKey
public SecretBase servicePrincipalKey()
Get the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Analytics account.- Returns:
- the servicePrincipalKey value.
-
withServicePrincipalKey
public AzureDataLakeAnalyticsLinkedService withServicePrincipalKey(SecretBase servicePrincipalKey)
Set the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Analytics account.- Parameters:
servicePrincipalKey
- the servicePrincipalKey value to set.- Returns:
- the AzureDataLakeAnalyticsLinkedService 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 AzureDataLakeAnalyticsLinkedService 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 AzureDataLakeAnalyticsLinkedService object itself.
-
subscriptionId
public Object subscriptionId()
Get the subscriptionId property: Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).- Returns:
- the subscriptionId value.
-
withSubscriptionId
public AzureDataLakeAnalyticsLinkedService withSubscriptionId(Object subscriptionId)
Set the subscriptionId property: Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).- Parameters:
subscriptionId
- the subscriptionId value to set.- Returns:
- the AzureDataLakeAnalyticsLinkedService object itself.
-
resourceGroupName
public Object resourceGroupName()
Get the resourceGroupName property: Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).- Returns:
- the resourceGroupName value.
-
withResourceGroupName
public AzureDataLakeAnalyticsLinkedService withResourceGroupName(Object resourceGroupName)
Set the resourceGroupName property: Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).- Parameters:
resourceGroupName
- the resourceGroupName value to set.- Returns:
- the AzureDataLakeAnalyticsLinkedService object itself.
-
dataLakeAnalyticsUri
public Object dataLakeAnalyticsUri()
Get the dataLakeAnalyticsUri property: Azure Data Lake Analytics URI Type: string (or Expression with resultType string).- Returns:
- the dataLakeAnalyticsUri value.
-
withDataLakeAnalyticsUri
public AzureDataLakeAnalyticsLinkedService withDataLakeAnalyticsUri(Object dataLakeAnalyticsUri)
Set the dataLakeAnalyticsUri property: Azure Data Lake Analytics URI Type: string (or Expression with resultType string).- Parameters:
dataLakeAnalyticsUri
- the dataLakeAnalyticsUri value to set.- Returns:
- the AzureDataLakeAnalyticsLinkedService object itself.
-
encryptedCredential
public Object encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
public AzureDataLakeAnalyticsLinkedService withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the AzureDataLakeAnalyticsLinkedService object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-