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

AzureBlobFSLinkedService 构造函数

定义

重载

AzureBlobFSLinkedService()

初始化 AzureBlobFSLinkedService 类的新实例。

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

初始化 AzureBlobFSLinkedService 类的新实例。

AzureBlobFSLinkedService()

初始化 AzureBlobFSLinkedService 类的新实例。

public AzureBlobFSLinkedService ();
Public Sub New ()

适用于

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

初始化 AzureBlobFSLinkedService 类的新实例。

public AzureBlobFSLinkedService (object url, 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 accountKey = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object azureCloudType = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default, object servicePrincipalCredentialType = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobFSLinkedService : obj * 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 * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobFSLinkedService
Public Sub New (url As Object, 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 accountKey As Object = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing, Optional servicePrincipalCredentialType As Object = Nothing, Optional servicePrincipalCredential As SecretBase = Nothing)

参数

url
Object

Azure Data Lake Storage Gen2服务的终结点。 类型:字符串 (或带有 resultType 字符串) 的表达式。

additionalProperties
IDictionary<String,Object>

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

connectVia
IntegrationRuntimeReference

集成运行时引用。

description
String

链接服务说明。

parameters
IDictionary<String,ParameterSpecification>

链接服务的参数。

annotations
IList<Object>

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

accountKey
Object

Azure Data Lake Storage Gen2服务的帐户密钥。 类型:字符串 (或带有 resultType 字符串) 的表达式。

servicePrincipalId
Object

用于针对Azure Data Lake Storage Gen2帐户进行身份验证的应用程序的 ID。 类型:字符串 (或带有 resultType 字符串) 的表达式。

servicePrincipalKey
SecretBase

用于针对Azure Data Lake Storage Gen2帐户进行身份验证的应用程序密钥。

tenant
Object

服务主体所属租户的名称或 ID。 类型:字符串 (或带有 resultType 字符串) 的表达式。

azureCloudType
Object

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

encryptedCredential
Object

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

credential
CredentialReference

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

servicePrincipalCredentialType
Object

在服务器到服务器身份验证中使用的服务主体凭据类型。 “ServicePrincipalKey”用于密钥/机密,“ServicePrincipalCert”用于证书。 类型:字符串 (或带有 resultType 字符串) 的表达式。

servicePrincipalCredential
SecretBase

Azure Active Directory 中服务主体对象的凭据。 如果 servicePrincipalCredentialType 为“ServicePrincipalKey”,则 servicePrincipalCredential 可以是 SecureString 或 AzureKeyVaultSecretReference。 如果 servicePrincipalCredentialType 为“ServicePrincipalCert”,则 servicePrincipalCredential 只能为 AzureKeyVaultSecretReference。

适用于