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

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.

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.

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