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