FileServerLinkedService interface

ファイル システムのリンクされたサービス。

Extends

プロパティ

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。

host

サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。

password

サーバーにログオンするためのパスワード。

type

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

userId

サーバーにログオンするユーザー ID。 型: string (または resultType 文字列を含む式)。

継承されたプロパティ

annotations

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

connectVia

統合ランタイム参照。

description

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

parameters

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

プロパティの詳細

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。

encryptedCredential?: string

プロパティ値

string

host

サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。

host: any

プロパティ値

any

password

サーバーにログオンするためのパスワード。

password?: SecretBaseUnion

プロパティ値

type

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

type: "FileServer"

プロパティ値

"FileServer"

userId

サーバーにログオンするユーザー ID。 型: string (または resultType 文字列を含む式)。

userId?: any

プロパティ値

any

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

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から継承