IntegrationRuntimeDataFlowCustomItem Class

Definition

The IntegrationRuntimeDataFlowCustomItem.

public class IntegrationRuntimeDataFlowCustomItem : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeDataFlowCustomItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeDataFlowCustomItem>
public class IntegrationRuntimeDataFlowCustomItem
type IntegrationRuntimeDataFlowCustomItem = class
    interface IJsonModel<IntegrationRuntimeDataFlowCustomItem>
    interface IPersistableModel<IntegrationRuntimeDataFlowCustomItem>
type IntegrationRuntimeDataFlowCustomItem = class
Public Class IntegrationRuntimeDataFlowCustomItem
Implements IJsonModel(Of IntegrationRuntimeDataFlowCustomItem), IPersistableModel(Of IntegrationRuntimeDataFlowCustomItem)
Public Class IntegrationRuntimeDataFlowCustomItem
Inheritance
IntegrationRuntimeDataFlowCustomItem
Implements

Constructors

IntegrationRuntimeDataFlowCustomItem()

Initializes a new instance of IntegrationRuntimeDataFlowCustomItem.

Properties

Name

Name of custom property.

Value

Value of custom property.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeDataFlowCustomItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IntegrationRuntimeDataFlowCustomItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeDataFlowCustomItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeDataFlowCustomItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IntegrationRuntimeDataFlowCustomItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to