Share via


IDataFlow Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataFlowTypeConverter))]
public interface IDataFlow : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataFlowTypeConverter))>]
type IDataFlow = interface
    interface IJsonSerializable
Public Interface IDataFlow
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
BuiltInTransform

The builtIn transform to transform stream data

Destination

List of destinations for this data flow.

OutputStream

The output stream of the transform. Only required if the transform changes data to a different stream.

Stream

List of streams for this data flow.

TransformKql

The KQL query to transform stream data.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to