New-AzWindowsFirewallLogsDataSourceObject
Create an in-memory object for WindowsFirewallLogsDataSource.
Syntax
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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Stream
Firewall logs streams.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
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