次の方法で共有


DataFactoryElement<T> クラス

定義

リテラル値、マスクされたリテラル値 (SecureString とも呼ばれます)、式、またはKey Vault参照を表すクラス。 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

TElement JsonConverterStringBooleanInt32Double定義されている、、、TimeSpanDateTimeOffsetIList<T>UriIList<T>、 のいずれかを指定できます。IDictionary<TKey,TValue>

継承
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 とも呼ばれます)、式、またはKey Vault参照を表すクラス。 DataFactoryExpressions の詳細については、「」を参照してください https://learn.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions#expressions

適用対象