Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionRuleDataSources
Packages that use DataCollectionRuleDataSources
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionRuleDataSources in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionRuleDataSourcesModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.dataSources()
Get the dataSources property: The specification of data sources.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionRuleDataSourcesModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.withDataSources
(DataCollectionRuleDataSources dataSources) Set the dataSources property: The specification of data sources.DataCollectionRuleResourceProperties.withDataSources
(DataCollectionRuleDataSources dataSources) Set the dataSources property: The specification of data sources. -
Uses of DataCollectionRuleDataSources in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataCollectionRuleDataSourcesModifier and TypeMethodDescriptionDataCollectionRule.dataSources()
Get the dataSources property: The specification of data sources.DataCollectionRuleDataSources.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionRuleDataSources from the JsonReader.DataCollectionRuleDataSources.withExtensions
(List<ExtensionDataSource> extensions) Set the extensions property: The list of Azure VM extension data source configurations.DataCollectionRuleDataSources.withIisLogs
(List<IisLogsDataSource> iisLogs) Set the iisLogs property: The list of IIS logs source configurations.DataCollectionRuleDataSources.withLogFiles
(List<LogFilesDataSource> logFiles) Set the logFiles property: The list of Log files source configurations.DataCollectionRuleDataSources.withPerformanceCounters
(List<PerfCounterDataSource> performanceCounters) Set the performanceCounters property: The list of performance counter data source configurations.DataCollectionRuleDataSources.withSyslog
(List<SyslogDataSource> syslog) Set the syslog property: The list of Syslog data source configurations.DataCollectionRuleDataSources.withWindowsEventLogs
(List<WindowsEventLogDataSource> windowsEventLogs) Set the windowsEventLogs property: The list of Windows Event Log data source configurations.Methods in com.azure.resourcemanager.monitor.models with parameters of type DataCollectionRuleDataSourcesModifier and TypeMethodDescriptionDataCollectionRule.withDataSources
(DataCollectionRuleDataSources dataSources) Set the dataSources property: The specification of data sources.