CustomDataSourceLinkedService interface

カスタムのリンクされたサービス。

Extends

プロパティ

type

リンクされたサービスの種類。

typeProperties

カスタムのリンクされたサービス プロパティ。

継承されたプロパティ

additionalProperties

追加のプロパティ

annotations

リンクされたサービスの説明に使用できるタグの一覧。

connectVia

統合ランタイムリファレンス。

description

リンクされたサービスの説明。

parameters

リンクされたサービスのパラメーター。

version

リンクされたサービスのバージョン。

プロパティの詳細

type

リンクされたサービスの種類。

type: "CustomDataSource"

プロパティ値

"CustomDataSource"

typeProperties

カスタムのリンクされたサービス プロパティ。

typeProperties: any

プロパティ値

any

継承されたプロパティの詳細

additionalProperties

追加のプロパティ

additionalProperties?: Record<string, any>

プロパティ値

Record<string, any>

LinkedService.additionalPropertiesから引き継ぎました

annotations

リンクされたサービスの説明に使用できるタグの一覧。

annotations?: any[]

プロパティ値

any[]

linkedService.annotations から継承

connectVia

統合ランタイムリファレンス。

connectVia?: IntegrationRuntimeReference

プロパティ値

LinkedService.connectVia から継承

description

リンクされたサービスの説明。

description?: string

プロパティ値

string

linkedService.description から継承

parameters

リンクされたサービスのパラメーター。

parameters?: Record<string, ParameterSpecification>

プロパティ値

Record<string, ParameterSpecification>

LinkedService.parameters から継承

version

リンクされたサービスのバージョン。

version?: string

プロパティ値

string

linkedService.version から継承