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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell