Freigeben über


IotOperationsDataflowProperties Class

Definition

Dataflow Resource properties.

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

Constructors

IotOperationsDataflowProperties(IEnumerable<DataflowOperationProperties>)

Initializes a new instance of IotOperationsDataflowProperties.

Properties

Mode

Mode for Dataflow. Optional; defaults to Enabled.

Operations

List of operations including source and destination references as well as transformation.

ProvisioningState

The status of the last operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotOperationsDataflowProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotOperationsDataflowProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotOperationsDataflowProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotOperationsDataflowProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotOperationsDataflowProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to