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
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.
Azure PowerShell