Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDataLakeStoreLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDataLakeStoreLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDataLakeStoreLinkedService.withAccountName
(Object accountName) Set the accountName property: Data Lake Store account name.AzureDataLakeStoreLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureDataLakeStoreLinkedService.withAzureCloudType
(Object azureCloudType) Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.AzureDataLakeStoreLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureDataLakeStoreLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.AzureDataLakeStoreLinkedService.withDataLakeStoreUri
(Object dataLakeStoreUri) Set the dataLakeStoreUri property: Data Lake Store service URI.AzureDataLakeStoreLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureDataLakeStoreLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureDataLakeStoreLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureDataLakeStoreLinkedService.withResourceGroupName
(Object resourceGroupName) Set the resourceGroupName property: Data Lake Store account resource group name (if different from Data Factory account).AzureDataLakeStoreLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Store account.AzureDataLakeStoreLinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Store account.AzureDataLakeStoreLinkedService.withSubscriptionId
(Object subscriptionId) Set the subscriptionId property: Data Lake Store account subscription ID (if different from Data Factory account).AzureDataLakeStoreLinkedService.withTenant
(Object tenant) Set the tenant property: The name or ID of the tenant to which the service principal belongs.