共用方式為


HttpLinkedService interface

HTTP 來源的連結服務。

Extends

屬性

authenticationType

要用來連線到 HTTP 伺服器的驗證類型。

authHeaders

要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。

certThumbprint

ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。

embeddedCertData

ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。

enableServerCertificateValidation

如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

encryptedCredential

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

password

使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。

type

多型歧視性,指定這個物件可以是的不同類型

url

HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。

userName

基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

繼承的屬性

annotations

可用於描述連結服務的標籤清單。

connectVia

整合運行時間參考。

description

鏈接的服務描述。

parameters

連結服務的參數。

version

連結服務的版本。

屬性詳細資料

authenticationType

要用來連線到 HTTP 伺服器的驗證類型。

authenticationType?: string

屬性值

string

authHeaders

要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。

authHeaders?: any

屬性值

any

certThumbprint

ClientCertificate 驗證憑證的指紋。 僅適用於內部部署複本。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。

certThumbprint?: any

屬性值

any

embeddedCertData

ClientCertificate 驗證的Base64編碼憑證數據。 針對使用 ClientCertificate 驗證的內部部署複製,應指定 CertThumbprint 或 EmbeddedCertData/Password。 Type:string (或 expression with resultType string) 。

embeddedCertData?: any

屬性值

any

enableServerCertificateValidation

如果為 true,請驗證 HTTPS 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

enableServerCertificateValidation?: any

屬性值

any

encryptedCredential

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

encryptedCredential?: string

屬性值

string

password

使用 EmbeddedCertData 驗證進行基本、摘要、Windows 或 ClientCertificate 的密碼。

password?: SecretBaseUnion

屬性值

type

多型歧視性,指定這個物件可以是的不同類型

type: "HttpServer"

屬性值

"HttpServer"

url

HTTP 端點的基底 URL,例如 https://www.microsoft.com。 Type:string (或 expression with resultType string) 。

url: any

屬性值

any

userName

基本、摘要或 Windows 驗證的用戶名稱。 Type:string (或 expression with resultType string) 。

userName?: 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

version

連結服務的版本。

version?: string

屬性值

string

繼承自LinkedService.version