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

DataFactoryElement<T> 类

定义

表示文本值的类、掩码的文本值 (也称为 SecureString) 、表达式或密钥保管库引用。 有关 DataFactoryExpressions 的详细信息,请参阅 https://learn.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions#expressions

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.Expressions.DataFactory.DataFactoryElementJsonConverter))]
public sealed class DataFactoryElement<T>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.Expressions.DataFactory.DataFactoryElementJsonConverter))>]
type DataFactoryElement<'T> = class
Public NotInheritable Class DataFactoryElement(Of T)

类型参数

T

可以是 String、、BooleanInt32DoubleTimeSpanDateTimeOffsetUriIList<T>IList<T>其中 TElement 已定义)或 IDictionary<TKey,TValue>之一JsonConverter

继承
DataFactoryElement<T>
属性

属性

Kind

获取元素的类型。

Literal

如果元素的 为 KindLiteral,则获取文本值。

方法

FromExpression(String)

使用表达式值创建 的新 DataFactoryElement<T> 实例。

FromKeyVaultSecretReference(DataFactoryKeyVaultSecretReference)

使用 KeyVaultSecretReference 值创建 的新 DataFactoryElement<T> 实例。

FromLiteral(T)

使用文本值创建 的新 DataFactoryElement<T> 实例。

FromSecretString(DataFactorySecretString)

使用 KeyVaultSecretReference 值创建 的新 DataFactoryElement<T> 实例。

ToString()

返回表示当前对象的字符串。

运算符

Implicit(T to DataFactoryElement<T>)

表示文本值的类、掩码的文本值 (也称为 SecureString) 、表达式或密钥保管库引用。 有关 DataFactoryExpressions 的详细信息,请参阅 https://learn.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions#expressions

适用于