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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure PowerShell