New-AzWindowsFirewallLogsDataSourceObject
Create an in-memory object for WindowsFirewallLogsDataSource.
Sintaxe
Default (Padrão)
New-AzWindowsFirewallLogsDataSourceObject
-Stream <String[]>
[-Name <String>]
[<CommonParameters>]
Description
Create an in-memory object for WindowsFirewallLogsDataSource.
Exemplos
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.
Parâmetros
-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.
Propriedades do parâmetro
Tipo: | String |
Valor padrão: | None |
Dá suporte a curingas: | False |
DontShow: | False |
Conjuntos de parâmetros
(All)
Cargo: | Named |
Obrigatório: | False |
Valor do pipeline: | False |
Valor do pipeline pelo nome da propriedade: | False |
Valor dos argumentos restantes: | False |
-Stream
Firewall logs streams.
Propriedades do parâmetro
Tipo: | String[] |
Valor padrão: | None |
Dá suporte a curingas: | False |
DontShow: | False |
Conjuntos de parâmetros
(All)
Cargo: | Named |
Obrigatório: | True |
Valor do pipeline: | False |
Valor do pipeline pelo nome da propriedade: | False |
Valor dos argumentos restantes: | 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.