Uses of Class
com.azure.resourcemanager.monitor.models.WindowsEventLogDataSource
-
Packages that use WindowsEventLogDataSource Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of WindowsEventLogDataSource in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return WindowsEventLogDataSource Modifier and Type Method Description WindowsEventLogDataSourceWindowsEventLogDataSource. withName(String name)Set the name property: A friendly name for the data source.WindowsEventLogDataSourceWindowsEventLogDataSource. withStreams(List<KnownWindowsEventLogDataSourceStreams> streams)Set the streams property: List of streams that this data source will be sent to.WindowsEventLogDataSourceWindowsEventLogDataSource. 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 WindowsEventLogDataSource Modifier and Type Method Description List<WindowsEventLogDataSource>DataSourcesSpec. 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 WindowsEventLogDataSource Modifier and Type Method Description DataCollectionRuleDataSourcesDataCollectionRuleDataSources. withWindowsEventLogs(List<WindowsEventLogDataSource> windowsEventLogs)Set the windowsEventLogs property: The list of Windows Event Log data source configurations.DataSourcesSpecDataSourcesSpec. withWindowsEventLogs(List<WindowsEventLogDataSource> windowsEventLogs)Set the windowsEventLogs property: The list of Windows Event Log data source configurations.
-