Uses of Class
com.azure.resourcemanager.monitor.models.DataSourcesSpec
-
Packages that use DataSourcesSpec Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of DataSourcesSpec in com.azure.resourcemanager.monitor.models
Subclasses of DataSourcesSpec in com.azure.resourcemanager.monitor.models Modifier and Type Class Description classDataCollectionRuleDataSourcesThe specification of data sources.Methods in com.azure.resourcemanager.monitor.models that return DataSourcesSpec Modifier and Type Method Description DataSourcesSpecDataSourcesSpec. withExtensions(List<ExtensionDataSource> extensions)Set the extensions property: The list of Azure VM extension data source configurations.DataSourcesSpecDataSourcesSpec. withPerformanceCounters(List<PerfCounterDataSource> performanceCounters)Set the performanceCounters property: The list of performance counter data source configurations.DataSourcesSpecDataSourcesSpec. withSyslog(List<SyslogDataSource> syslog)Set the syslog property: The list of Syslog data source configurations.DataSourcesSpecDataSourcesSpec. withWindowsEventLogs(List<WindowsEventLogDataSource> windowsEventLogs)Set the windowsEventLogs property: The list of Windows Event Log data source configurations.
-