共用方式為


ODataLinkedService interface

開啟資料通訊協定 (OData) 連結服務。

Extends

屬性

aadResourceId

指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。

aadServicePrincipalCredentialType

指定服務主體所使用的認證類型(金鑰或憑證)。

authenticationType

用來連線到 OData 服務的驗證類型。

authHeaders

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

azureCloudType

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

encryptedCredential

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

password

OData 服務的密碼。

servicePrincipalEmbeddedCert

指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。

servicePrincipalEmbeddedCertPassword

如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。

servicePrincipalId

指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。

servicePrincipalKey

指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。

tenant

指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。

type

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

url

OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。

userName

OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。

繼承的屬性

annotations

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

connectVia

整合運行時間參考。

description

鏈接的服務描述。

parameters

連結服務的參數。

屬性詳細資料

aadResourceId

指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。

aadResourceId?: any

屬性值

any

aadServicePrincipalCredentialType

指定服務主體所使用的認證類型(金鑰或憑證)。

aadServicePrincipalCredentialType?: string

屬性值

string

authenticationType

用來連線到 OData 服務的驗證類型。

authenticationType?: string

屬性值

string

authHeaders

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

authHeaders?: any

屬性值

any

azureCloudType

指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。

azureCloudType?: any

屬性值

any

encryptedCredential

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

encryptedCredential?: string

屬性值

string

password

OData 服務的密碼。

password?: SecretBaseUnion

屬性值

servicePrincipalEmbeddedCert

指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。

servicePrincipalEmbeddedCert?: SecretBaseUnion

屬性值

servicePrincipalEmbeddedCertPassword

如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。

servicePrincipalEmbeddedCertPassword?: SecretBaseUnion

屬性值

servicePrincipalId

指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。

servicePrincipalId?: any

屬性值

any

servicePrincipalKey

指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。

servicePrincipalKey?: SecretBaseUnion

屬性值

tenant

指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。

tenant?: any

屬性值

any

type

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

type: "OData"

屬性值

"OData"

url

OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。

url: any

屬性值

any

userName

OData 服務的用戶名稱。 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