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

OracleCloudStorageLinkedService 构造函数

定义

重载

OracleCloudStorageLinkedService()

初始化 OracleCloudStorageLinkedService 类的新实例。

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

初始化 OracleCloudStorageLinkedService 类的新实例。

OracleCloudStorageLinkedService()

初始化 OracleCloudStorageLinkedService 类的新实例。

public OracleCloudStorageLinkedService ();
Public Sub New ()

适用于

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

初始化 OracleCloudStorageLinkedService 类的新实例。

public OracleCloudStorageLinkedService (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 accessKeyId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase secretAccessKey = default, object serviceUrl = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.OracleCloudStorageLinkedService : 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.OracleCloudStorageLinkedService
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 accessKeyId As Object = Nothing, Optional secretAccessKey As SecretBase = Nothing, Optional serviceUrl As Object = Nothing, Optional encryptedCredential As Object = Nothing)

参数

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

connectVia
IntegrationRuntimeReference

集成运行时引用。

description
String

链接服务说明。

parameters
IDictionary<String,ParameterSpecification>

链接服务的参数。

annotations
IList<Object>

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

accessKeyId
Object

Oracle 云存储标识和访问管理 (IAM) 用户的访问密钥标识符。 类型:字符串 (或带有 resultType 字符串) 的表达式。

secretAccessKey
SecretBase

Oracle 云存储标识和访问管理的机密访问密钥 (IAM) 用户。

serviceUrl
Object

此值指定要使用 Oracle 云存储连接器访问的终结点。 这是一个可选属性;仅当想要尝试其他服务终结点或想要在 https 和 http 之间切换时才更改它。 类型:字符串 (或带有 resultType 字符串) 的表达式。

encryptedCredential
Object

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

适用于