DataFactoryExpressionV2 Class
Definition
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.
Nested representation of a complex expression.
public class DataFactoryExpressionV2 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryExpressionV2>
type DataFactoryExpressionV2 = class
interface IJsonModel<DataFactoryExpressionV2>
interface IPersistableModel<DataFactoryExpressionV2>
Public Class DataFactoryExpressionV2
Implements IJsonModel(Of DataFactoryExpressionV2), IPersistableModel(Of DataFactoryExpressionV2)
- Inheritance
-
DataFactoryExpressionV2
- Implements
Constructors
DataFactoryExpressionV2() |
Initializes a new instance of DataFactoryExpressionV2. |
Properties
Operands |
List of nested expressions. |
Operators |
Expression operator value Type: list of strings. |
V2Type |
Type of expressions supported by the system. Type: string. |
Value |
Value for Constant/Field Type: string. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataFactoryExpressionV2>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataFactoryExpressionV2>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataFactoryExpressionV2>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataFactoryExpressionV2>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataFactoryExpressionV2>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET