你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RestServiceLinkedService 类

定义

Rest Service 链接服务。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RestServiceLinkedService+RestServiceLinkedServiceConverter))]
public class RestServiceLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RestServiceLinkedService+RestServiceLinkedServiceConverter))>]
type RestServiceLinkedService = class
    inherit LinkedService
Public Class RestServiceLinkedService
Inherits LinkedService
继承
RestServiceLinkedService
属性

构造函数

RestServiceLinkedService(Object, RestServiceAuthenticationType)

初始化 RestServiceLinkedService 的新实例。

属性

AadResourceId

正在请求授权使用的资源。

AdditionalProperties

其他属性。

(继承自 LinkedService)
Annotations

可用于描述链接服务的标记列表。

(继承自 LinkedService)
AuthenticationType

用于连接到 REST 服务的身份验证类型。

AuthHeaders

请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:具有 resultType 对象) 的对象 (或 Expression。

AzureCloudType

指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:包含 resultType 字符串) 的字符串 (或表达式。

ClientId

与应用程序关联的客户端 ID。 类型:包含 resultType 字符串) 的字符串 (或表达式。

ClientSecret

与应用程序关联的客户端密码。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

ConnectVia

集成运行时引用。

(继承自 LinkedService)
Credential

包含身份验证信息的凭据引用。

Description

链接服务说明。

(继承自 LinkedService)
EnableServerCertificateValidation

连接到终结点时是否验证服务器端 SSL 证书。默认值为 true。 类型:boolean (或 expression with resultType boolean) 。

EncryptedCredential

用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Parameters

链接服务的参数。

(继承自 LinkedService)
Password

基本身份验证类型中使用的密码。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

Resource

将请求访问的目标服务或资源。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Scope

所需的访问范围。 它描述将请求哪种类型的访问。 类型:包含 resultType 字符串) 的字符串 (或表达式。

ServicePrincipalId

AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。

ServicePrincipalKey

AadServicePrincipal 身份验证类型中使用的应用程序的密钥。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

Tenant

应用程序所驻留的 AadServicePrincipal 身份验证类型) 使用的租户信息 (域名或租户 ID。

TokenEndpoint

用于获取访问令牌的授权服务器的令牌终结点。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Url

REST 服务的基 URL。

UserName

基本身份验证类型中使用的用户名。

适用于