AzureDataLakeStoreLinkedService Class

Definition

Azure Data Lake Store linked service.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AzureDataLakeStore")]
public class AzureDataLakeStoreLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
AzureDataLakeStoreLinkedService
Attributes

Constructors

AzureDataLakeStoreLinkedService()

Initializes a new instance of the AzureDataLakeStoreLinkedService class.

AzureDataLakeStoreLinkedService(String)

Initializes a new instance of the AzureDataLakeStoreLinkedService class with required arguments.

Properties

AccountName

Optional. Data Lake Store account name.

Authorization

OAuth authorization that may be used by ADF to access resources on your behalf. Each authorization is unique and may only be used once.

DataLakeStoreUri

Required. Data Lake Store service URI.

ResourceGroupName

Optional. Data Lake Store account resource group name (if different from Data Factory account).

ServicePrincipalId

Optional. The ID of the application used to authenticate against the Azure Data Lake Store account.

ServicePrincipalKey

Optional. The Key of the application used to authenticate against the Azure Data Lake Store account.

SessionId

OAuth session ID from the OAuth authorization session. Each session ID is unique and may only be used once.

SubscriptionId

Optional. Data Lake Store account subscription ID (if different from Data Factory account).

Tenant

Optional. The name or ID of the tenant to which the service principal belongs.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)