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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure PowerShell