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

RestServiceLinkedService 类

定义

Rest 服务链接服务。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("RestService")]
public class RestServiceLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("RestService")>]
type RestServiceLinkedService = class
    inherit LinkedService
Public Class RestServiceLinkedService
Inherits LinkedService
继承
RestServiceLinkedService
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

RestServiceLinkedService()

初始化 RestServiceLinkedService 类的新实例。

RestServiceLinkedService(Object, String, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, Object, SecretBase, Object, Object, Object, Object, CredentialReference, Object, SecretBase, Object, Object, Object)

初始化 RestServiceLinkedService 类的新实例。

属性

AadResourceId

获取或设置要请求授权的资源。

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

(继承自 LinkedService)
Annotations

获取或设置可用于描述链接服务的标记列表。

(继承自 LinkedService)
AuthenticationType

获取或设置用于连接到 REST 服务的身份验证类型。 可能的值包括:“Anonymous”、“Basic”、“AadServicePrincipal”、“ManagedServiceIdentity”、“OAuth2ClientCredential”

AuthHeaders

获取或设置请求中用于授权的 RESTful API 的其他 HTTP 标头。 类型:使用 resultType 对象) 的对象 (或 Expression。

AzureCloudType

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

ClientId

获取或设置与应用程序关联的客户端 ID。 类型:字符串 (或带有 resultType 字符串) 的表达式。

ClientSecret

获取或设置与应用程序关联的客户端密码。

ConnectVia

获取或设置集成运行时引用。

(继承自 LinkedService)
Credential

获取或设置包含身份验证信息的凭据引用。

Description

获取或设置链接服务说明。

(继承自 LinkedService)
EnableServerCertificateValidation

获取或设置在连接到终结点时是否验证服务器端 SSL 证书。默认值为 true。 类型:布尔 (或 resultType 布尔) 表达式。

EncryptedCredential

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

Parameters

获取或设置链接服务的参数。

(继承自 LinkedService)
Password

获取或设置基本身份验证类型中使用的密码。

Resource

获取或设置将请求访问的目标服务或资源。 类型:字符串 (或带有 resultType 字符串) 的表达式。

Scope

获取或设置所需访问的范围。 它描述将请求哪种类型的访问。 类型:字符串 (或带有 resultType 字符串) 的表达式。

ServicePrincipalId

获取或设置 AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。

ServicePrincipalKey

获取或设置 AadServicePrincipal 身份验证类型中使用的应用程序的密钥。

Tenant

获取或设置应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息 (域名或租户 ID) 。

TokenEndpoint

获取或设置要获取访问令牌的授权服务器的令牌终结点。 类型:字符串 (或带有 resultType 字符串) 的表达式。

Url

获取或设置 REST 服务的基 URL。

UserName

获取或设置基本身份验证类型中使用的用户名。

方法

Validate()

验证 对象。

适用于