Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionRuleDataSources
-
Packages that use DataCollectionRuleDataSources Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 DataCollectionRuleDataSources Modifier and Type Method Description DataCollectionRuleDataSourcesDataCollectionRuleResourceInner. dataSources()Get the dataSources property: The specification of data sources.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionRuleDataSources Modifier and Type Method Description DataCollectionRuleResourceInnerDataCollectionRuleResourceInner. 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 DataCollectionRuleDataSources Modifier and Type Method Description DataCollectionRuleDataSourcesDataCollectionRule. dataSources()Get the dataSources property: The specification of data sources.DataCollectionRuleDataSourcesDataCollectionRuleDataSources. withExtensions(List<ExtensionDataSource> extensions)Set the extensions property: The list of Azure VM extension data source configurations.DataCollectionRuleDataSourcesDataCollectionRuleDataSources. withPerformanceCounters(List<PerfCounterDataSource> performanceCounters)Set the performanceCounters property: The list of performance counter data source configurations.DataCollectionRuleDataSourcesDataCollectionRuleDataSources. withSyslog(List<SyslogDataSource> syslog)Set the syslog property: The list of Syslog data source configurations.DataCollectionRuleDataSourcesDataCollectionRuleDataSources. 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 DataCollectionRuleDataSources Modifier and Type Method Description DataCollectionRuleDataCollectionRule. withDataSources(DataCollectionRuleDataSources dataSources)Set the dataSources property: The specification of data sources.DataCollectionRuleResourcePropertiesDataCollectionRuleResourceProperties. withDataSources(DataCollectionRuleDataSources dataSources)Set the dataSources property: The specification of data sources.
-