你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
XeroLinkedService 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
XeroLinkedService() |
初始化 XeroLinkedService 类的新实例。 |
XeroLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, SecretBase, Object, Object, Object, Object) |
初始化 XeroLinkedService 类的新实例。 |
XeroLinkedService()
初始化 XeroLinkedService 类的新实例。
public XeroLinkedService ();
Public Sub New ()
适用于
XeroLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, SecretBase, Object, Object, Object, Object)
初始化 XeroLinkedService 类的新实例。
public XeroLinkedService (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 connectionProperties = default, object host = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase consumerKey = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase privateKey = default, object useEncryptedEndpoints = default, object useHostVerification = default, object usePeerVerification = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.XeroLinkedService : 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.XeroLinkedService
Public Sub New (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 connectionProperties As Object = Nothing, Optional host As Object = Nothing, Optional consumerKey As SecretBase = Nothing, Optional privateKey As SecretBase = Nothing, Optional useEncryptedEndpoints As Object = Nothing, Optional useHostVerification As Object = Nothing, Optional usePeerVerification As Object = Nothing, Optional encryptedCredential As Object = Nothing)
参数
- additionalProperties
- IDictionary<String,Object>
此集合反序列化消息中的不匹配属性
- connectVia
- IntegrationRuntimeReference
集成运行时引用。
- description
- String
链接服务说明。
- parameters
- IDictionary<String,ParameterSpecification>
链接服务的参数。
- connectionProperties
- Object
用于连接到 Xero 的属性。 它与链接服务中的任何其他属性互斥。 类型:对象。
- host
- Object
Xero 服务器的终结点。 (即 api.xero.com)
- consumerKey
- SecretBase
与 Xero 应用程序关联的使用者密钥。
- privateKey
- SecretBase
为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包含 .pem 文件中的所有文本,包括 unix 行尾 ( ) 。
- useEncryptedEndpoints
- Object
指定是否使用 HTTPS 加密数据源终结点。 默认值为 true。
- useHostVerification
- Object
指定通过 SSL 连接时是否需要服务器证书中的主机名匹配服务器的主机名。 默认值为 true。
- usePeerVerification
- Object
指定通过 SSL 连接时是否要验证服务器的标识。 默认值为 true。
- encryptedCredential
- Object
用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:字符串 (或带有 resultType 字符串) 的表达式。