Uses of Class
com.azure.resourcemanager.monitor.models.WindowsEventLogDataSource
Packages that use WindowsEventLogDataSource
Package
Description
Package containing the data models for MonitorClient.
-
Uses of WindowsEventLogDataSource in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type WindowsEventLogDataSourceModifier and TypeClassDescriptionfinal classDefinition of which Windows Event Log events will be collected and how they will be collected.Methods in com.azure.resourcemanager.monitor.models that return WindowsEventLogDataSourceModifier and TypeMethodDescriptionstatic WindowsEventLogDataSourceWindowsEventLogDataSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WindowsEventLogDataSource from the JsonReader.Set the name property: A friendly name for the data source.WindowsEventLogDataSource.withStreams(List<KnownWindowsEventLogDataSourceStreams> streams) Set the streams property: List of streams that this data source will be sent to.WindowsEventLogDataSource.withXPathQueries(List<String> xPathQueries) Set the xPathQueries property: A list of Windows Event Log queries in XPATH format.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type WindowsEventLogDataSourceModifier and TypeMethodDescriptionDataSourcesSpec.windowsEventLogs()Get the windowsEventLogs property: The list of Windows Event Log data source configurations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type WindowsEventLogDataSourceModifier and TypeMethodDescriptionDataCollectionRuleDataSources.withWindowsEventLogs(List<WindowsEventLogDataSource> windowsEventLogs) Set the windowsEventLogs property: The list of Windows Event Log data source configurations.DataSourcesSpec.withWindowsEventLogs(List<WindowsEventLogDataSource> windowsEventLogs) Set the windowsEventLogs property: The list of Windows Event Log data source configurations.