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

AzureBatchLinkedService 构造函数

定义

重载

AzureBatchLinkedService()

初始化 AzureBatchLinkedService 类的新实例。

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

初始化 AzureBatchLinkedService 类的新实例。

AzureBatchLinkedService()

初始化 AzureBatchLinkedService 类的新实例。

public AzureBatchLinkedService ();
Public Sub New ()

适用于

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

初始化 AzureBatchLinkedService 类的新实例。

public AzureBatchLinkedService (object accountName, object batchUri, object poolName, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, 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, Microsoft.Azure.Management.DataFactory.Models.SecretBase accessKey = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService : obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * 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> * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService
Public Sub New (accountName As Object, batchUri As Object, poolName As Object, linkedServiceName As LinkedServiceReference, 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 accessKey As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing)

参数

accountName
Object

Azure Batch帐户名称。 类型:字符串 (或带有 resultType 字符串) 的表达式。

batchUri
Object

Azure Batch URI。 类型:字符串 (或带有 resultType 字符串) 的表达式。

poolName
Object

Azure Batch池名称。 类型:字符串 (或带有 resultType 字符串) 的表达式。

linkedServiceName
LinkedServiceReference

Azure 存储链接服务引用。

additionalProperties
IDictionary<String,Object>

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

connectVia
IntegrationRuntimeReference

集成运行时引用。

description
String

链接服务说明。

parameters
IDictionary<String,ParameterSpecification>

链接服务的参数。

annotations
IList<Object>

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

accessKey
SecretBase

Azure Batch帐户访问密钥。

encryptedCredential
Object

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

credential
CredentialReference

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

适用于