Uses of Class
com.azure.resourcemanager.monitor.models.PerfCounterDataSource
-
Packages that use PerfCounterDataSource Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of PerfCounterDataSource in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return PerfCounterDataSource Modifier and Type Method Description PerfCounterDataSourcePerfCounterDataSource. withCounterSpecifiers(List<String> counterSpecifiers)Set the counterSpecifiers property: A list of specifier names of the performance counters you want to collect.PerfCounterDataSourcePerfCounterDataSource. withName(String name)Set the name property: A friendly name for the data source.PerfCounterDataSourcePerfCounterDataSource. withSamplingFrequencyInSeconds(Integer samplingFrequencyInSeconds)Set the samplingFrequencyInSeconds property: The number of seconds between consecutive counter measurements (samples).PerfCounterDataSourcePerfCounterDataSource. withStreams(List<KnownPerfCounterDataSourceStreams> streams)Set the streams property: List of streams that this data source will be sent to.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type PerfCounterDataSource Modifier and Type Method Description List<PerfCounterDataSource>DataSourcesSpec. performanceCounters()Get the performanceCounters property: The list of performance counter data source configurations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type PerfCounterDataSource Modifier and Type Method Description DataCollectionRuleDataSourcesDataCollectionRuleDataSources. withPerformanceCounters(List<PerfCounterDataSource> performanceCounters)Set the performanceCounters property: The list of performance counter data source configurations.DataSourcesSpecDataSourcesSpec. withPerformanceCounters(List<PerfCounterDataSource> performanceCounters)Set the performanceCounters property: The list of performance counter data source configurations.
-