Uses of Class
com.azure.resourcemanager.monitor.models.KnownPerfCounterDataSourceStreams
Packages that use KnownPerfCounterDataSourceStreams
Package
Description
Package containing the data models for MonitorClient.
-
Uses of KnownPerfCounterDataSourceStreams in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as KnownPerfCounterDataSourceStreamsModifier and TypeFieldDescriptionstatic final KnownPerfCounterDataSourceStreamsKnownPerfCounterDataSourceStreams.MICROSOFT_INSIGHTS_METRICSStatic value Microsoft-InsightsMetrics for KnownPerfCounterDataSourceStreams.static final KnownPerfCounterDataSourceStreamsKnownPerfCounterDataSourceStreams.MICROSOFT_PERFStatic value Microsoft-Perf for KnownPerfCounterDataSourceStreams.Methods in com.azure.resourcemanager.monitor.models that return KnownPerfCounterDataSourceStreamsModifier and TypeMethodDescriptionKnownPerfCounterDataSourceStreams.fromString(String name) Creates or finds a KnownPerfCounterDataSourceStreams from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type KnownPerfCounterDataSourceStreamsModifier and TypeMethodDescriptionPerfCounterDataSource.streams()Get the streams property: List of streams that this data source will be sent to.KnownPerfCounterDataSourceStreams.values()Gets known KnownPerfCounterDataSourceStreams values.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type KnownPerfCounterDataSourceStreamsModifier and TypeMethodDescriptionPerfCounterDataSource.withStreams(List<KnownPerfCounterDataSourceStreams> streams) Set the streams property: List of streams that this data source will be sent to.