Uses of Class
com.azure.resourcemanager.monitor.models.PerfCounterDataSource
Packages that use PerfCounterDataSource
Package
Description
Package containing the data models for MonitorClient.
-
Uses of PerfCounterDataSource in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type PerfCounterDataSourceModifier and TypeClassDescriptionfinal classDefinition of which performance counters will be collected and how they will be collected by this data collection rule.Methods in com.azure.resourcemanager.monitor.models that return PerfCounterDataSourceModifier and TypeMethodDescriptionstatic PerfCounterDataSourcePerfCounterDataSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PerfCounterDataSource from the JsonReader.PerfCounterDataSource.withCounterSpecifiers(List<String> counterSpecifiers) Set the counterSpecifiers property: A list of specifier names of the performance counters you want to collect.Set the name property: A friendly name for the data source.PerfCounterDataSource.withSamplingFrequencyInSeconds(Integer samplingFrequencyInSeconds) Set the samplingFrequencyInSeconds property: The number of seconds between consecutive counter measurements (samples).PerfCounterDataSource.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 PerfCounterDataSourceModifier and TypeMethodDescriptionDataSourcesSpec.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 PerfCounterDataSourceModifier and TypeMethodDescriptionDataCollectionRuleDataSources.withPerformanceCounters(List<PerfCounterDataSource> performanceCounters) Set the performanceCounters property: The list of performance counter data source configurations.DataSourcesSpec.withPerformanceCounters(List<PerfCounterDataSource> performanceCounters) Set the performanceCounters property: The list of performance counter data source configurations.