New-AzDataFlowObject
Create an in-memory object for DataFlow.
Syntax
New-AzDataFlowObject
[-BuiltInTransform <String>]
[-Destination <String[]>]
[-OutputStream <String>]
[-Stream <String[]>]
[-TransformKql <String>]
[<CommonParameters>]
Description
Create an in-memory object for DataFlow.
Examples
Example 1: Create a data flow object
New-AzDataFlowObject -Stream Microsoft-Perf,Microsoft-Syslog,Microsoft-WindowsEvent -Destination eastusWorkSpace
BuiltInTransform :
Destination : {eastusWorkSpace}
OutputStream :
Stream : {Microsoft-Perf, Microsoft-Syslog, Microsoft-WindowsEvent}
TransformKql :
This command creates a data flow object.
Parameters
-BuiltInTransform
The builtIn transform to transform stream data.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Destination
List of destinations for this data flow.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OutputStream
The output stream of the transform. Only required if the transform changes data to a different stream.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Stream
List of streams for this data flow.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TransformKql
The KQL query to transform stream data.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure PowerShell