Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDataLakeAnalyticsLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDataLakeAnalyticsLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDataLakeAnalyticsLinkedService.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.