你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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)

Applies to