DataFactoryElement<T> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing either a literal value, a masked literal value (also known as a SecureString), an expression, or a Key Vault reference. For details on DataFactoryExpressions see 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
Can be one of String, Boolean, Int32, Double, TimeSpan, DateTimeOffset, Uri, IList<T>, IList<T> where TElement has a JsonConverter defined, or IDictionary<TKey,TValue>.
- Inheritance
-
DataFactoryElement<T>
- Attributes
Kind |
Gets the kind of the element. |
Literal |
Gets the literal value if the element has a Kind of Literal. |
From |
Creates a new instance of DataFactoryElement<T> using the expression value. |
From |
Creates a new instance of DataFactoryElement<T> using the KeyVaultSecretReference value. |
From |
Creates a new instance of DataFactoryElement<T> using the KeyVaultSecretReference value. |
From |
Creates a new instance of DataFactoryElement<T> using the literal value. |
From |
Creates a new instance of DataFactoryElement<T> using the KeyVaultSecretReference value. |
To |
Returns a string that represents the current object. |
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :