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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.