AzureDataLakeStoreLinkedService interface
Azure Data Lake Store linked service.
- Extends
Properties
account |
Data Lake Store account name. Type: string (or Expression with resultType string). |
azure |
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). |
credential | The credential reference containing authentication information. |
data |
Data Lake Store service URI. Type: string (or Expression with resultType string). |
encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
resource |
Data Lake Store account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string). |
service |
The ID of the application used to authenticate against the Azure Data Lake Store account. Type: string (or Expression with resultType string). |
service |
The Key of the application used to authenticate against the Azure Data Lake Store account. |
subscription |
Data Lake Store account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string). |
tenant | The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
annotations | List of tags that can be used for describing the linked service. |
connect |
The integration runtime reference. |
description | Linked service description. |
parameters | Parameters for linked service. |
version | Version of the linked service. |
Property Details
accountName
Data Lake Store account name. Type: string (or Expression with resultType string).
accountName?: any
Property Value
any
azureCloudType
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).
azureCloudType?: any
Property Value
any
credential
The credential reference containing authentication information.
credential?: CredentialReference
Property Value
dataLakeStoreUri
Data Lake Store service URI. Type: string (or Expression with resultType string).
dataLakeStoreUri: any
Property Value
any
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
resourceGroupName
Data Lake Store account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).
resourceGroupName?: any
Property Value
any
servicePrincipalId
The ID of the application used to authenticate against the Azure Data Lake Store account. Type: string (or Expression with resultType string).
servicePrincipalId?: any
Property Value
any
servicePrincipalKey
The Key of the application used to authenticate against the Azure Data Lake Store account.
servicePrincipalKey?: SecretBaseUnion
Property Value
subscriptionId
Data Lake Store account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).
subscriptionId?: any
Property Value
any
tenant
The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
tenant?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AzureDataLakeStore"
Property Value
"AzureDataLakeStore"
Inherited Property Details
annotations
List of tags that can be used for describing the linked service.
annotations?: any[]
Property Value
any[]
Inherited From LinkedService.annotations
connectVia
The integration runtime reference.
connectVia?: IntegrationRuntimeReference
Property Value
Inherited From LinkedService.connectVia
description
Linked service description.
description?: string
Property Value
string
Inherited From LinkedService.description
parameters
Parameters for linked service.
parameters?: {[propertyName: string]: ParameterSpecification}
Property Value
{[propertyName: string]: ParameterSpecification}
Inherited From LinkedService.parameters
version
Version of the linked service.
version?: string
Property Value
string
Inherited From LinkedService.version