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

DataFactoryKeyVaultSecretReference 构造函数

定义

初始化 AzureKeyVaultSecretReference 的新实例。

public DataFactoryKeyVaultSecretReference (Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference store, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> secretName);
new Azure.Core.Expressions.DataFactory.DataFactoryKeyVaultSecretReference : Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.Core.Expressions.DataFactory.DataFactoryKeyVaultSecretReference
Public Sub New (store As DataFactoryLinkedServiceReference, secretName As DataFactoryElement(Of String))

参数

store
DataFactoryLinkedServiceReference

Azure 密钥保管库链接服务参考。

secretName
DataFactoryElement<String>

Azure 密钥保管库中机密的名称。 类型:包含 resultType 字符串) 的字符串 (或表达式。

例外

storesecretName 为 null。

适用于