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

DataFactoryElement<T>.FromKeyVaultSecret Method

Definition

Creates a new instance of DataFactoryElement<T> using the KeyVaultSecretReference value.

public static Azure.Core.Expressions.DataFactory.DataFactoryElement<string?> FromKeyVaultSecret (Azure.Core.Expressions.DataFactory.DataFactoryKeyVaultSecret secret);
static member FromKeyVaultSecret : Azure.Core.Expressions.DataFactory.DataFactoryKeyVaultSecret -> Azure.Core.Expressions.DataFactory.DataFactoryElement<string>
Public Shared Function FromKeyVaultSecret (secret As DataFactoryKeyVaultSecret) As DataFactoryElement(Of String)

Parameters

secret
DataFactoryKeyVaultSecret

The key vault secret reference value.

Returns

Applies to