New-AzWindowsFirewallLogsDataSourceObject
Create an in-memory object for WindowsFirewallLogsDataSource.
Syntax
Default (Default)
New-AzWindowsFirewallLogsDataSourceObject
-Stream <String[]>
[-Name <String>]
[<CommonParameters>]
Description
Create an in-memory object for WindowsFirewallLogsDataSource.
Examples
Example 1: Create windows firewall logs data source object
New-AzWindowsFirewallLogsDataSourceObject -Stream "Microsoft-WindowsFirewall","Microsoft-ASimNetworkSessionLogs-WindowsFirewall" -Name "myFirewallLogsDataSource1"
Name Stream
---- ------
myFirewallLogsDataSource1 {Microsoft-WindowsFirewall, Microsoft-ASimNetworkSessionLogs-WindowsFirewall}
This command creates a windows firewall log data source object.
Parameters
-Name
A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Stream
Firewall logs streams.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.