AzureDataLakeStoreLinkedService interface
Azure Data Lake Store のリンクされたサービス。
- Extends
プロパティ
| account |
Data Lake Store アカウント名。 型: string (または resultType 文字列を含む式)。 |
| azure |
サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。 |
| credential | 認証情報を含む資格情報参照。 |
| data |
Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。 |
| encrypted |
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 |
| resource |
Data Lake Store アカウントのリソース グループ名 (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。 |
| service |
Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。 |
| service |
Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションのキー。 |
| subscription |
Data Lake Store アカウントのサブスクリプション ID (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。 |
| tenant | サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。 |
| type | ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
継承されたプロパティ
| annotations | リンクされたサービスの説明に使用できるタグの一覧。 |
| connect |
統合ランタイムリファレンス。 |
| description | リンクされたサービスの説明。 |
| parameters | リンクされたサービスのパラメーター。 |
| version | リンクされたサービスのバージョン。 |
プロパティの詳細
accountName
Data Lake Store アカウント名。 型: string (または resultType 文字列を含む式)。
accountName?: any
プロパティ値
any
azureCloudType
サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。
azureCloudType?: any
プロパティ値
any
credential
dataLakeStoreUri
Data Lake Store サービス URI。 型: string (または resultType 文字列を含む式)。
dataLakeStoreUri: any
プロパティ値
any
encryptedCredential
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
encryptedCredential?: any
プロパティ値
any
resourceGroupName
Data Lake Store アカウントのリソース グループ名 (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
resourceGroupName?: any
プロパティ値
any
servicePrincipalId
Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションの ID。 型: string (または resultType 文字列を含む式)。
servicePrincipalId?: any
プロパティ値
any
servicePrincipalKey
Azure Data Lake Store アカウントに対する認証に使用されるアプリケーションのキー。
servicePrincipalKey?: SecretBaseUnion
プロパティ値
subscriptionId
Data Lake Store アカウントのサブスクリプション ID (Data Factory アカウントと異なる場合)。 型: string (または resultType 文字列を含む式)。
subscriptionId?: any
プロパティ値
any
tenant
サービス プリンシパルが属するテナントの名前または ID。 型: string (または resultType 文字列を含む式)。
tenant?: any
プロパティ値
any
type
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
type: "AzureDataLakeStore"
プロパティ値
"AzureDataLakeStore"
継承されたプロパティの詳細
annotations
リンクされたサービスの説明に使用できるタグの一覧。
annotations?: any[]
プロパティ値
any[]
linkedService.annotations から継承
connectVia
統合ランタイムリファレンス。
connectVia?: IntegrationRuntimeReference
プロパティ値
LinkedService.connectVia から継承
description
リンクされたサービスの説明。
description?: string
プロパティ値
string
linkedService.description から継承
parameters
リンクされたサービスのパラメーター。
parameters?: {[propertyName: string]: ParameterSpecification}
プロパティ値
{[propertyName: string]: ParameterSpecification}
LinkedService.parameters から継承
version
リンクされたサービスのバージョン。
version?: string
プロパティ値
string
linkedService.version から継承