Class AzureDataLakeStoreLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.AzureDataLakeStoreLinkedService
Azure Data Lake Store linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureDataLakeStoreLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the accountName property: Data Lake Store account name.Get the azureCloudType property: Indicates the azure cloud type of the service principle auth.Get the credential property: The credential reference containing authentication information.Get the dataLakeStoreUri property: Data Lake Store service URI.Get the encryptedCredential property: The encrypted credential used for authentication.Get the resourceGroupName property: Data Lake Store account resource group name (if different from Data Factory account).Get the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Store account.Get the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Store account.Get the subscriptionId property: Data Lake Store account subscription ID (if different from Data Factory account).tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs.void
validate()
Validates the instance.withAccountName
(Object accountName) Set the accountName property: Data Lake Store account name.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withAzureCloudType
(Object azureCloudType) Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.withDataLakeStoreUri
(Object dataLakeStoreUri) Set the dataLakeStoreUri property: Data Lake Store service URI.withDescription
(String description) Set the description property: Linked service description.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withResourceGroupName
(Object resourceGroupName) Set the resourceGroupName property: Data Lake Store account resource group name (if different from Data Factory account).withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Store account.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Store account.withSubscriptionId
(Object subscriptionId) Set the subscriptionId property: Data Lake Store account subscription ID (if different from Data Factory account).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
-
AzureDataLakeStoreLinkedService
public AzureDataLakeStoreLinkedService()Creates an instance of AzureDataLakeStoreLinkedService 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
public AzureDataLakeStoreLinkedService 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
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.
-
dataLakeStoreUri
Get the dataLakeStoreUri property: Data Lake Store service URI. Type: string (or Expression with resultType string).- Returns:
- the dataLakeStoreUri value.
-
withDataLakeStoreUri
Set the dataLakeStoreUri property: Data Lake Store service URI. Type: string (or Expression with resultType string).- Parameters:
dataLakeStoreUri
- the dataLakeStoreUri value to set.- Returns:
- the AzureDataLakeStoreLinkedService object itself.
-
servicePrincipalId
Get the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Store account. Type: string (or Expression with resultType string).- Returns:
- the servicePrincipalId value.
-
withServicePrincipalId
Set the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Store account. Type: string (or Expression with resultType string).- Parameters:
servicePrincipalId
- the servicePrincipalId value to set.- Returns:
- the AzureDataLakeStoreLinkedService object itself.
-
servicePrincipalKey
Get the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Store account.- Returns:
- the servicePrincipalKey value.
-
withServicePrincipalKey
Set the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Store account.- Parameters:
servicePrincipalKey
- the servicePrincipalKey value to set.- Returns:
- the AzureDataLakeStoreLinkedService 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 AzureDataLakeStoreLinkedService object itself.
-
azureCloudType
Get the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).- Returns:
- the azureCloudType value.
-
withAzureCloudType
Set the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).- Parameters:
azureCloudType
- the azureCloudType value to set.- Returns:
- the AzureDataLakeStoreLinkedService object itself.
-
accountName
Get the accountName property: Data Lake Store account name. Type: string (or Expression with resultType string).- Returns:
- the accountName value.
-
withAccountName
Set the accountName property: Data Lake Store account name. Type: string (or Expression with resultType string).- Parameters:
accountName
- the accountName value to set.- Returns:
- the AzureDataLakeStoreLinkedService object itself.
-
subscriptionId
Get the subscriptionId property: Data Lake Store account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).- Returns:
- the subscriptionId value.
-
withSubscriptionId
Set the subscriptionId property: Data Lake Store 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 AzureDataLakeStoreLinkedService object itself.
-
resourceGroupName
Get the resourceGroupName property: Data Lake Store account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).- Returns:
- the resourceGroupName value.
-
withResourceGroupName
Set the resourceGroupName property: Data Lake Store 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 AzureDataLakeStoreLinkedService object itself.
-
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
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 AzureDataLakeStoreLinkedService 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 AzureDataLakeStoreLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-