你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RestServiceLinkedService 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RestServiceLinkedService()
初始化 RestServiceLinkedService 类的新实例。
public RestServiceLinkedService ();
Public Sub New ()
适用于
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 类的新实例。
public RestServiceLinkedService (object url, string authenticationType, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object enableServerCertificateValidation = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object authHeaders = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object azureCloudType = default, object aadResourceId = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default, object clientId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase clientSecret = default, object tokenEndpoint = default, object resource = default, object scope = default);
new Microsoft.Azure.Management.DataFactory.Models.RestServiceLinkedService : obj * string * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.RestServiceLinkedService
Public Sub New (url As Object, authenticationType As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional enableServerCertificateValidation As Object = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional authHeaders As Object = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional aadResourceId As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing, Optional clientId As Object = Nothing, Optional clientSecret As SecretBase = Nothing, Optional tokenEndpoint As Object = Nothing, Optional resource As Object = Nothing, Optional scope As Object = Nothing)
参数
- url
- Object
REST 服务的基 URL。
- authenticationType
- String
用于连接到 REST 服务的身份验证类型。 可能的值包括:“Anonymous”、“Basic”、“AadServicePrincipal”、“ManagedServiceIdentity”、“OAuth2ClientCredential”
- additionalProperties
- IDictionary<String,Object>
此集合反序列化消息中的不匹配属性
- connectVia
- IntegrationRuntimeReference
集成运行时引用。
- description
- String
链接服务说明。
- parameters
- IDictionary<String,ParameterSpecification>
链接服务的参数。
- enableServerCertificateValidation
- Object
连接到终结点时是否验证服务器端 SSL 证书。默认值为 true。 类型:布尔 (或 resultType 布尔) 表达式。
- userName
- Object
基本身份验证类型中使用的用户名。
- password
- SecretBase
基本身份验证类型中使用的密码。
- authHeaders
- Object
请求中用于授权的 RESTful API 中的其他 HTTP 标头。 类型:使用 resultType 对象) 的对象 (或 Expression。
- servicePrincipalId
- Object
AadServicePrincipal 身份验证类型中使用的应用程序的客户端 ID。
- servicePrincipalKey
- SecretBase
AadServicePrincipal 身份验证类型中使用的应用程序的密钥。
- tenant
- Object
) 应用程序所在的 AadServicePrincipal 身份验证类型中使用的租户信息 (域名或租户 ID。
- azureCloudType
- Object
指示服务主体身份验证的 Azure 云类型。允许的值为 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 默认值为数据工厂区域的云类型。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- aadResourceId
- Object
正在请求授权使用的资源。
- encryptedCredential
- Object
用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- credential
- CredentialReference
包含身份验证信息的凭据引用。
- clientId
- Object
与应用程序关联的客户端 ID。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- clientSecret
- SecretBase
与应用程序关联的客户端密码。
- tokenEndpoint
- Object
要获取访问令牌的授权服务器的令牌终结点。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- resource
- Object
将请求访问的目标服务或资源。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- scope
- Object
所需的访问范围。 它描述将请求哪种类型的访问。 类型:字符串 (或带有 resultType 字符串) 的表达式。