IDataFlow Interface
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.
[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
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |