DataFactoryExpressionV2 Class

Definition

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.

Operator

Expression operator value Type: string.

V2Type

Type of expressions supported by the system. Type: string.

Value

Value for Constant/Field Type: string.

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