Uses of Class
com.azure.resourcemanager.monitor.models.KnownPerfCounterDataSourceStreams
-
Packages that use KnownPerfCounterDataSourceStreams Package Description com.azure.resourcemanager.monitor.models 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 KnownPerfCounterDataSourceStreams Modifier and Type Field Description static KnownPerfCounterDataSourceStreamsKnownPerfCounterDataSourceStreams. MICROSOFT_INSIGHTS_METRICSStatic value Microsoft-InsightsMetrics for KnownPerfCounterDataSourceStreams.static KnownPerfCounterDataSourceStreamsKnownPerfCounterDataSourceStreams. MICROSOFT_PERFStatic value Microsoft-Perf for KnownPerfCounterDataSourceStreams.Methods in com.azure.resourcemanager.monitor.models that return KnownPerfCounterDataSourceStreams Modifier and Type Method Description static KnownPerfCounterDataSourceStreamsKnownPerfCounterDataSourceStreams. 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 KnownPerfCounterDataSourceStreams Modifier and Type Method Description List<KnownPerfCounterDataSourceStreams>PerfCounterDataSource. streams()Get the streams property: List of streams that this data source will be sent to.static Collection<KnownPerfCounterDataSourceStreams>KnownPerfCounterDataSourceStreams. values()Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type KnownPerfCounterDataSourceStreams Modifier and Type Method Description PerfCounterDataSourcePerfCounterDataSource. withStreams(List<KnownPerfCounterDataSourceStreams> streams)Set the streams property: List of streams that this data source will be sent to.
-