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