DataflowDestinationOperationSettings 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.
Dataflow Destination Operation properties.
public class DataflowDestinationOperationSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowDestinationOperationSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowDestinationOperationSettings>
type DataflowDestinationOperationSettings = class
interface IJsonModel<DataflowDestinationOperationSettings>
interface IPersistableModel<DataflowDestinationOperationSettings>
Public Class DataflowDestinationOperationSettings
Implements IJsonModel(Of DataflowDestinationOperationSettings), IPersistableModel(Of DataflowDestinationOperationSettings)
- Inheritance
-
DataflowDestinationOperationSettings
- Implements
Constructors
DataflowDestinationOperationSettings(String, String) |
Initializes a new instance of DataflowDestinationOperationSettings. |
Properties
DataDestination |
Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription. |
EndpointRef |
Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataflowDestinationOperationSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataflowDestinationOperationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataflowDestinationOperationSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataflowDestinationOperationSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataflowDestinationOperationSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET