DataFlow 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.
Definition of which streams are sent to which destinations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataFlowTypeConverter))]
public class DataFlow : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataFlow
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataFlowTypeConverter))>]
type DataFlow = class
interface IDataFlow
interface IJsonSerializable
Public Class DataFlow
Implements IDataFlow
- Inheritance
-
DataFlow
- Attributes
- Implements
Constructors
DataFlow() |
Creates an new DataFlow instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataFlow. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataFlow. |
FromJsonString(String) |
Creates a new instance of DataFlow, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |