Uses of Class
com.azure.resourcemanager.monitor.models.DataSourcesSpec
Packages that use DataSourcesSpec
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DataSourcesSpec in com.azure.resourcemanager.monitor.models
Subclasses of DataSourcesSpec in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classThe specification of data sources.Methods in com.azure.resourcemanager.monitor.models that return DataSourcesSpecModifier and TypeMethodDescriptionstatic DataSourcesSpecDataSourcesSpec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataSourcesSpec from the JsonReader.DataSourcesSpec.withExtensions(List<ExtensionDataSource> extensions) Set the extensions property: The list of Azure VM extension data source configurations.DataSourcesSpec.withIisLogs(List<IisLogsDataSource> iisLogs) Set the iisLogs property: The list of IIS logs source configurations.DataSourcesSpec.withLogFiles(List<LogFilesDataSource> logFiles) Set the logFiles property: The list of Log files source configurations.DataSourcesSpec.withPerformanceCounters(List<PerfCounterDataSource> performanceCounters) Set the performanceCounters property: The list of performance counter data source configurations.DataSourcesSpec.withSyslog(List<SyslogDataSource> syslog) Set the syslog property: The list of Syslog data source configurations.DataSourcesSpec.withWindowsEventLogs(List<WindowsEventLogDataSource> windowsEventLogs) Set the windowsEventLogs property: The list of Windows Event Log data source configurations.